-
- Downloads
bugfix: str can't be int
bugfix: str can't be int VOTE_COLOR = int(os.getenv("VOTE_COLOR")) ValueError: invalid literal for int() with base 10: 'OrangeRed'
Loading
Please register or sign in to comment
bugfix: str can't be int VOTE_COLOR = int(os.getenv("VOTE_COLOR")) ValueError: invalid literal for int() with base 10: 'OrangeRed'