1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2016-10-03 09:37:49 +02:00 committed by GitHub
parent 990031465d
commit fa5bc2ac49

2
bot.py
View file

@ -12,7 +12,7 @@ import subprocess
import sm.steammatch as steammatch
# Elenco di username dei membri della RYG
royalgames = json.loads(filemanager.readfile("db.json"))
royalgames = json.load("db.json")
# Stringa dove mettere l'elenco di champion di lol gratuiti
lolfreestring = str()