mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Fix broken runner.py
This commit is contained in:
parent
d19a33501a
commit
bdecdaff7c
2 changed files with 5 additions and 1 deletions
|
@ -32,4 +32,4 @@ class OnlyLegs(Application):
|
|||
return "OnlyLegs"
|
||||
|
||||
def load(self):
|
||||
return util.import_app("onlylegs:create_app()")
|
||||
return util.import_app("onlylegs.app:app")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue