Update version

This commit is contained in:
Michał Gdula 2023-04-12 17:25:08 +00:00
parent 2174b10879
commit 2ca022589a
4 changed files with 4 additions and 4 deletions

View file

@ -31,4 +31,4 @@ class OnlyLegs(Application):
return "OnlyLegs"
def load(self):
return util.import_app("gallery:create_app()")
return util.import_app("onlylegs:create_app()")