This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
lora-irrigation
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
change the default to be func..
irr_shared
John-Mark Gurney
3 years ago
parent
eef68ad27b
commit
0c2feac137
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
Write
Preview
Loading…
Cancel
Save