Removed redundant variable

This commit is contained in:
2025-06-24 08:01:17 +01:00
parent 89241c2939
commit 1b84249f47

View File

@ -53,8 +53,6 @@ for path in os.listdir('../'):
log.debug(f'Loaded game {gameID}')
run = True
pygame.init()
# I'm sorry, I prefer object-oriented programming. So sue me.