mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +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'])
|
l.adminid = int(loaded['General']['adminid'])
|
||||||
return l
|
return l
|
||||||
|
|
||||||
|
random.seed()
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
t = telegram.getupdates()
|
t = telegram.getupdates()
|
||||||
|
|
Loading…
Reference in a new issue