Paul Grillenberger
Results
1
comments of
Paul Grillenberger
> ``` > tests\test_app.py:5: in > from app import app > app.py:21: in > MY_URL = os.environ["MY_URL"] > C:\Python310\lib\os.py:679: in __getitem__ > raise KeyError(key) from None > E KeyError: 'MY_URL'...