Skip to content

Commit c3f3119

Browse files
committed
mytoninstaller.py bugfix
1 parent dc56e83 commit c3f3119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mytoninstaller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def Init():
1616
local.db["config"]["isStartOnlyOneProcess"] = False
1717
local.db["config"]["logLevel"] = "debug"
1818
local.db["config"]["isIgnorLogWarning"] = True # disable warning
19-
local.Run()
19+
local.run()
2020
local.db["config"]["isIgnorLogWarning"] = False # enable warning
2121

2222

0 commit comments

Comments
 (0)