1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00

random seed

This commit is contained in:
Steffo 2016-04-20 18:22:02 +02:00
parent bec9e7550b
commit 2867f28fc4

View file

@ -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()