Skip to content

Commit aba169d

Browse files
committed
250809.3
1 parent ecb7586 commit aba169d

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
Binary file not shown.

easycoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from .ec_timestamp import *
1212
from .ec_value import *
1313

14-
__version__ = "250809.2"
14+
__version__ = "250809.3"

easycoder/ec_program.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def handleMessage(self, message):
390390
# This is the program launcher
391391
def Main():
392392
if (len(sys.argv) > 1):
393-
Program(sys.argv[1])
393+
Program(sys.argv[1]).start()
394394
else:
395395
Program('-v')
396396

0 commit comments

Comments
 (0)