mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 22:51:01 +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':
|
if os.name == 'nt':
|
||||||
msvcrt.heapmin()
|
msvcrt.heapmin()
|
||||||
if gc.garbage:
|
if gc.garbage:
|
||||||
debug.msg('Uncollectable garbge: %s' % gc.garbage, 'normal')
|
debug.msg('Uncollectable garbage: %s' % gc.garbage, 'normal')
|
||||||
if 'noflush' not in tempvars:
|
if 'noflush' not in tempvars:
|
||||||
flush()
|
flush()
|
||||||
msg = '%s upkeep ran.' % time.strftime(conf.timestampFormat)
|
msg = '%s upkeep ran.' % time.strftime(conf.timestampFormat)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user