tracker: Flush without closing

This commit is contained in:
HaoZeke 2019-03-22 21:36:47 +05:30
commit 932a45b255
No known key found for this signature in database
GPG key ID: 9CCCE36402CB49A6

View file

@ -90,5 +90,6 @@ while True:
last_offline = None last_offline = None
sleep(15) sleep(15)
printName = False printName = False
dataFile.flush()
finally: finally:
dataFile.close() dataFile.close()