mirror of
				https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
				synced 2025-11-03 23:23:53 +01:00 
			
		
		
		
	still looks like beta to me
This commit is contained in:
		@@ -55,15 +55,15 @@ parser.add_argument(
 | 
				
			|||||||
    default="None"
 | 
					    default="None"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
with open("./user_data/discord.json", "r") as inFile:
 | 
					with open("/app/MsRewards-Reborn/user_data/discord.json", "r") as inFile:
 | 
				
			||||||
    discord = json.load(inFile)
 | 
					    discord = json.load(inFile)
 | 
				
			||||||
with open("./user_data/settings.json", "r") as inFile:
 | 
					with open("/app/MsRewards-Reborn/user_data/settings.json", "r") as inFile:
 | 
				
			||||||
    settings = json.load(inFile)
 | 
					    settings = json.load(inFile)
 | 
				
			||||||
with open("./user_data/proxy.json", "r") as inFile:
 | 
					with open("/app/MsRewards-Reborn/user_data/proxy.json", "r") as inFile:
 | 
				
			||||||
    proxy = json.load(inFile)
 | 
					    proxy = json.load(inFile)
 | 
				
			||||||
with open("./user_data/configs.json", "r") as inFile:
 | 
					with open("/app/MsRewards-Reborn/user_data/configs.json", "r") as inFile:
 | 
				
			||||||
    config = json.load(inFile)
 | 
					    config = json.load(inFile)
 | 
				
			||||||
with open("./user_data/database.json", "r") as inFile:
 | 
					with open("/app/MsRewards-Reborn/user_data/database.json", "r") as inFile:
 | 
				
			||||||
    database = json.load(inFile)
 | 
					    database = json.load(inFile)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
args = parser.parse_args()
 | 
					args = parser.parse_args()
 | 
				
			||||||
@@ -85,7 +85,7 @@ g.start_time = time()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# path configurations
 | 
					# path configurations
 | 
				
			||||||
g.mot_path = "/usr/share/dict/french"
 | 
					g.mot_path = "/usr/share/dict/french"
 | 
				
			||||||
g.credential_path = "./user_data/login.csv"
 | 
					g.credential_path = "/app/MsRewards-Reborn/user_data/login.csv"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
discord_conf = config[args.config]["discord"]
 | 
					discord_conf = config[args.config]["discord"]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user