disable logging to file

This commit is contained in:
jkhsjdhjs 2023-07-16 22:28:37 +00:00
parent 2cb3eec4aa
commit c875a4a17d

View File

@ -299,9 +299,6 @@ def command_loop():
while True:
try:
data = getData()
with open("bert.log", "a") as f:
f.write(data)
f.close()
ircmsg = data.strip("\n\r")
if ircmsg.find("PING :") != -1:
pingstring = ircmsg.strip("PING :")