1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +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'])
return l
random.seed()
while True:
t = telegram.getupdates()