cmannerstrale

Results 1 comments of cmannerstrale

Solved by setting up the file secret.py: ``` import os username = os.environ.get('USERNAME', 'your_username_goes_here') password = os.environ.get('PASSWORD', 'your_password_goes_here') ```