Skip to content

Commit d9add04

Browse files
committed
bez wątków
1 parent 50d5b52 commit d9add04

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

milonga.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
user_home = os.path.expanduser('~')
55
file_path = os.path.join(user_home, 'milonga.log')
66

7-
f =open(file_path, 'w')
8-
sys.stdout = f
7+
#f =open(file_path, 'w')
8+
#sys.stdout = f
99

1010

1111

@@ -484,13 +484,14 @@ def drop_position(event):
484484

485485
def drop(event):
486486
global current_line
487-
487+
make_drop(event)
488+
"""
488489
def worker():
489490
make_drop(event)
490491
491492
thread = threading.Thread(target=worker, daemon=True)
492493
thread.start()
493-
494+
"""
494495

495496
settings = config.load_settings()
496497

0 commit comments

Comments
 (0)