Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prgofficial authored Mar 9, 2021
1 parent b25f2f1 commit d4a5e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ class Config(object):


# Array to store users who are authorized to use the bot
AUTH_USERS = set(str(x) for x in os.environ.get("AUTH_USERS", "").split())
AUTH_USERS = set(int(x) for x in os.environ.get("AUTH_USERS", "").split())

0 comments on commit d4a5e0f

Please sign in to comment.