We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7c33b commit 536c26aCopy full SHA for 536c26a
dosei_sdk/main.py
@@ -10,7 +10,7 @@
10
sys.path.insert(0, "")
11
12
13
-def run(func):
+def run(func=None):
14
if func:
15
return Dosei.call_func(import_from_string(func))
16
try:
0 commit comments