mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-29 01:28:24 +00:00
Fix broken runner.py
This commit is contained in:
parent
d19a33501a
commit
bdecdaff7c
|
@ -132,3 +132,7 @@ compress.init_app(app)
|
|||
# Yupee! We got there :3
|
||||
print("Done!")
|
||||
logging.info("Gallery started successfully!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run()
|
||||
|
|
|
@ -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…
Reference in a new issue