mirror of
https://github.com/gentoo-root/telegram-tracker
synced 2025-08-20 21:33:48 -07:00
tracker: Flush without closing
This commit is contained in:
parent
78ba52d07a
commit
932a45b255
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue