disable logging to file
This commit is contained in:
parent
2cb3eec4aa
commit
c875a4a17d
3
bert.py
3
bert.py
@ -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 :")
|
||||
|
Loading…
x
Reference in New Issue
Block a user