+ fix wrong named

This commit is contained in:
oleting
2020-12-26 16:10:56 +01:00
parent 7e8d72ec23
commit 9d3862ccd7
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import random
import logging
class gui:
class Gui:
def __init__(self, theme: str, debug_mode: bool):
self.debug_mode = debug_mode