Skip to content

Commit

Permalink
Unnötige globale Variable entfernt (closes #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dodonator committed Jul 1, 2017
1 parent 51aa1f6 commit e982415
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
else:
twitter_integration = True

global rating
rating = [0]
rating_strings = ("Easy", "Normal", "Hard", "Impossible")

# So können Argumente für Qt5 dem Programm übergeben werden
Expand Down

0 comments on commit e982415

Please sign in to comment.