Traceback (most recent call last):
  File "/home/houslyyo/hopfrog.befridman.com/passenger_wsgi.py", line 16, in <module>
    wsgi = load_source('wsgi', 'wsgi.py')
  File "/home/houslyyo/hopfrog.befridman.com/passenger_wsgi.py", line 13, in load_source
    loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1023, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "wsgi.py", line 14, in <module>
    from app import create_app
  File "/home/houslyyo/hopfrog.befridman.com/app.py", line 8, in <module>
    from routes import bp
  File "/home/houslyyo/hopfrog.befridman.com/routes.py", line 3, in <module>
    from auth import require_api_key, require_game_key
ImportError: cannot import name 'require_game_key' from 'auth' (/home/houslyyo/hopfrog.befridman.com/auth.py). Did you mean: 'require_api_key'?
Traceback (most recent call last):
  File "/home/houslyyo/hopfrog.befridman.com/passenger_wsgi.py", line 16, in <module>
    wsgi = load_source('wsgi', 'wsgi.py')
  File "/home/houslyyo/hopfrog.befridman.com/passenger_wsgi.py", line 13, in load_source
    loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1023, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "wsgi.py", line 14, in <module>
    from app import create_app
  File "/home/houslyyo/hopfrog.befridman.com/app.py", line 8, in <module>
    from routes import bp
  File "/home/houslyyo/hopfrog.befridman.com/routes.py", line 3, in <module>
    from auth import require_api_key, require_game_key
ImportError: cannot import name 'require_game_key' from 'auth' (/home/houslyyo/hopfrog.befridman.com/auth.py). Did you mean: 'require_api_key'?
Traceback (most recent call last):
  File "/home/houslyyo/hopfrog.befridman.com/passenger_wsgi.py", line 16, in <module>
    wsgi = load_source('wsgi', 'wsgi.py')
  File "/home/houslyyo/hopfrog.befridman.com/passenger_wsgi.py", line 13, in load_source
    loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1023, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "wsgi.py", line 14, in <module>
    from app import create_app
  File "/home/houslyyo/hopfrog.befridman.com/app.py", line 8, in <module>
    from routes import bp
  File "/home/houslyyo/hopfrog.befridman.com/routes.py", line 3, in <module>
    from auth import require_api_key, require_game_key
ImportError: cannot import name 'require_game_key' from 'auth' (/home/houslyyo/hopfrog.befridman.com/auth.py). Did you mean: 'require_api_key'?
Traceback (most recent call last):
  File "/home/houslyyo/hopfrog.befridman.com/passenger_wsgi.py", line 16, in <module>
    wsgi = load_source('wsgi', 'wsgi.py')
  File "/home/houslyyo/hopfrog.befridman.com/passenger_wsgi.py", line 13, in load_source
    loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1023, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "wsgi.py", line 14, in <module>
    from app import create_app
  File "/home/houslyyo/hopfrog.befridman.com/app.py", line 8, in <module>
    from routes import bp
  File "/home/houslyyo/hopfrog.befridman.com/routes.py", line 3, in <module>
    from auth import require_api_key, require_game_key
ImportError: cannot import name 'require_game_key' from 'auth' (/home/houslyyo/hopfrog.befridman.com/auth.py). Did you mean: 'require_api_key'?
