Skip to content

Commit

Permalink
fix some noobie errors
Browse files Browse the repository at this point in the history
  • Loading branch information
GDcheeriosYT committed Jul 21, 2024
1 parent 2d7ef10 commit 63d8c67
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@
live_player_status = {}
player_data = PlayerList
print("\nLoading osu players\n")
PlayerList.load()
print("\nNo players available\n")

match_handler = MatchHandler()
match_handler.load()

# Gentrys Quest data
GQManager.load_rankings()
Expand All @@ -60,16 +59,6 @@
log.setLevel(logging.NOTSET)


# define at exit action
def exit_func():
player_data.unload()
match_handler.unload()
DB.end()


atexit.register(exit_func)


# <editor-fold desc="API">

# <editor-fold desc="token API">
Expand Down

0 comments on commit 63d8c67

Please sign in to comment.