CREM: This is already a dictionary

ipm
Kamal Curi 2 years ago
parent 0c9a10ef62
commit bb05752f59

@ -39,7 +39,6 @@ with open(RQ_LEADERBOARD, mode='r') as f:
quote_content = {}
# Some commands (e.g. --roulette) cannot process two calls at the same time, comlock (or "command lock") serves as a way to make all affected commands wait.
# This MAY become a dictionary in the future, where keys are commands and values are "True" or "False"
comlock = {'roulette': False
}

Loading…
Cancel
Save