Skip to content

Commit e982415

Browse files
committed
Unnötige globale Variable entfernt (closes #3)
1 parent 51aa1f6 commit e982415

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.py

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
else:
2020
twitter_integration = True
2121

22-
global rating
23-
rating = [0]
2422
rating_strings = ("Easy", "Normal", "Hard", "Impossible")
2523

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

0 commit comments

Comments
 (0)