main.py update
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# TODO: add string to bin and bin to string (TOX ID) (and DHT connection?)
|
||||
|
||||
|
||||
def log(data):
|
||||
with open("logs.log", "a") as fl:
|
||||
fl.write(str(data))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user