mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Tyop.
This commit is contained in:
parent
330dfad1ea
commit
46cf8bb6fd
@ -85,7 +85,7 @@ def upkeep(): # Function to be run on occasion to do upkeep stuff.
|
||||
if os.name == 'nt':
|
||||
msvcrt.heapmin()
|
||||
if gc.garbage:
|
||||
debug.msg('Uncollectable garbge: %s' % gc.garbage, 'normal')
|
||||
debug.msg('Uncollectable garbage: %s' % gc.garbage, 'normal')
|
||||
if 'noflush' not in tempvars:
|
||||
flush()
|
||||
msg = '%s upkeep ran.' % time.strftime(conf.timestampFormat)
|
||||
|
Loading…
Reference in New Issue
Block a user