Skip to content

Commit 47b2d30

Browse files
committed
Client writes to log.txt
1 parent 2c7abc3 commit 47b2d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
host = ("localhost",8001)
2020

2121
log = open("log.txt",'w')
22-
#sys.stdout = log ######################################################################################
22+
sys.stdout = log ######################################################################################
2323

2424
mods = []
2525
victor = None

0 commit comments

Comments
 (0)