Browse Source

change the default to be func..

irr_shared
John-Mark Gurney 3 years ago
parent
commit
0c2feac137
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      util_load.py

+ 1
- 1
util_load.py View File

@@ -40,7 +40,7 @@ def load_application(path: str):
try:
module_name, app_name = path.split(":", 1)
except ValueError:
module_name, app_name = path, "app"
module_name, app_name = path, "func"
except AttributeError:
raise ValueError()



Loading…
Cancel
Save