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
Traceback (most recent call last):
File "/opt/homebrew/Cellar/python@3.10/3.10.12_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/homebrew/Cellar/python@3.10/3.10.12_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/Users/leotreasure/mwmbl/mwmbl/main.py", line 15, in <module>
from mwmbl.platform import user
File "/Users/leotreasure/mwmbl/mwmbl/platform/user.py", line 14, in <module>
LEMMY_URL = os.environ["LEMMY_URL"]
File "/opt/homebrew/Cellar/python@3.10/3.10.12_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/os.py", line 680, in __getitem__
raise KeyError(key) from None
KeyError: 'LEMMY_URL'
Not sure what to set LEMMY_URL to.
The text was updated successfully, but these errors were encountered:
Hello,
When I run:
DATABASE_URL="postgres://postgres@" python -m mwmbl.main
Not sure what to set LEMMY_URL to.
The text was updated successfully, but these errors were encountered: