Skip to content

Commit 536c26a

Browse files
committed
make func optional for run
1 parent 4b7c33b commit 536c26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dosei_sdk/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
sys.path.insert(0, "")
1111

1212

13-
def run(func):
13+
def run(func=None):
1414
if func:
1515
return Dosei.call_func(import_from_string(func))
1616
try:

0 commit comments

Comments
 (0)