Skip to content
Snippets Groups Projects
Commit 7bb24d6c authored by Eck Balázs István's avatar Eck Balázs István
Browse files

Merge branch 'eckbalu-main-patch-76328' into 'main'

Update server.py

See merge request !1
parents c7756e43 4723357c
No related branches found
No related tags found
1 merge request!1Update server.py
......@@ -29,7 +29,7 @@ while True:
# print ('received "%s"' % data)
if data:
timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
f = open("/tmp/ping-pog.log", "a")
f = open("/tmp/ping-pong.log", "a")
f.write(timestamp +' : ' + data + '\n')
f.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment