mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-15 00:54:22 +01:00
Disable garbage collector during operation
This commit is contained in:
parent
8afd43527b
commit
4e92fc2ff0
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ import random
|
||||||
Start the program
|
Start the program
|
||||||
'''
|
'''
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
import gc
|
||||||
|
gc.pause()
|
||||||
random.seed()
|
random.seed()
|
||||||
let istool = kuroko.argv[0]
|
let istool = kuroko.argv[0]
|
||||||
if os.sep in istool:
|
if os.sep in istool:
|
||||||
|
|
Loading…
Reference in a new issue