mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-14 16:44:23 +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
|
||||
'''
|
||||
if __name__ == '__main__':
|
||||
import gc
|
||||
gc.pause()
|
||||
random.seed()
|
||||
let istool = kuroko.argv[0]
|
||||
if os.sep in istool:
|
||||
|
|
Loading…
Reference in a new issue