Closed neanias closed 5 years ago
@qaisjp, what action caused this error?
@qaisjp, what action caused this error?
After logging in, visiting /site/6.06.
That fixed the error.
New error (GET /
not logged in)
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/flask/_compat.py", line 35, in reraise
raise value
File "/code/map/__init__.py", line 38, in <module>
app = create_app()
File "/code/map/__init__.py", line 20, in create_app
from .blueprints import api, auth, views
File "/code/map/blueprints/api.py", line 16, in <module>
bp.config.from_object('config')
AttributeError: 'Blueprint' object has no attribute 'config'
It saddens me to close this but it likely will never be merged. Too many changes / too buggy.
It is worth slow incorporating changes from this PR still
Oh, joy