You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main.py", line 23, in
workers = int(os.environ.get('WORKERS'))
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
main.py", line 23, in workers = int(os.environ.get('WORKERS')) TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
you need to set a value for WORKERS in a .env file, and load this env file (it's already in main.py)
No description provided.
The text was updated successfully, but these errors were encountered: