mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
implement secrets.SystemRandom() for --race
This commit is contained in:
@@ -12,6 +12,7 @@ import inspect
|
||||
import weakref
|
||||
import datetime
|
||||
import threading
|
||||
import random
|
||||
|
||||
import ModuleUpdate
|
||||
|
||||
@@ -830,7 +831,6 @@ class ClientMessageProcessor(CommonCommandProcessor):
|
||||
can_pay = points_available // self.ctx.hint_cost
|
||||
else:
|
||||
can_pay = 1000
|
||||
import random
|
||||
|
||||
random.shuffle(not_found_hints)
|
||||
|
||||
|
Reference in New Issue
Block a user