mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
Fixed a bug whereby the 'cheatsheet not found' error would always be displayed.
This commit is contained in:
parent
dbfce8cbd4
commit
54f379eda5
1 changed files with 3 additions and 3 deletions
6
cheat
6
cheat
|
@ -64,6 +64,6 @@ for sheet in cheatsheets:
|
|||
print cheatsheet.read()
|
||||
sheet_found = True
|
||||
|
||||
# if it does not, say so
|
||||
else:
|
||||
print 'No cheatsheet found for %s.' % keyphrase
|
||||
# if it does not, say so
|
||||
else:
|
||||
print 'No cheatsheet found for %s.' % keyphrase
|
||||
|
|
Loading…
Reference in a new issue