mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-04-20 03:11:48 +02:00
fixed typo
This commit is contained in:
parent
127d16afea
commit
b7a89b56d0
@ -22,7 +22,7 @@ class Config:
|
||||
proxy = json.load(inFile)
|
||||
with open("/app/MsRewards-Reborn/user_data/configs.json", "r") as inFile:
|
||||
config = json.load(inFile)
|
||||
with open("/app/MsRewards-reborn/user_data/version", "r") as inFile:
|
||||
with open("/app/MsRewards-Reborn/user_data/version", "r") as inFile:
|
||||
version = inFile.readline()
|
||||
"""
|
||||
setup standalone stuff
|
||||
|
Loading…
x
Reference in New Issue
Block a user