mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
random seed
This commit is contained in:
parent
bec9e7550b
commit
2867f28fc4
1 changed files with 1 additions and 0 deletions
1
mifia.py
1
mifia.py
|
@ -246,6 +246,7 @@ def loadgame(chatid) -> Game:
|
|||
l.adminid = int(loaded['General']['adminid'])
|
||||
return l
|
||||
|
||||
random.seed()
|
||||
|
||||
while True:
|
||||
t = telegram.getupdates()
|
||||
|
|
Loading…
Reference in a new issue