fixed readlines ?

This commit is contained in:
piair 2024-04-26 14:51:23 +02:00
parent 04d33f4ecd
commit 304a222de1
2 changed files with 0 additions and 2 deletions

1
V6.py
View File

@ -873,7 +873,6 @@ def log_error(msg):
def check_updated():
debug(f"updated: {config.has_been_updated()}")
if config.has_been_updated():
config.discord.wh.send(f"Updated to {config.version}", username="update",
avatar_url="https://cdn-icons-png.flaticon.com/512/1688/1688988.png")

View File

@ -32,7 +32,6 @@ class Config:
self.json_entry = args.json.replace("'", "\"")
self.wordlist = WordList("/usr/share/dict/french")
self.vnc = args.vnc
self.version = args.update_version
self.WebDriver = Driver()
self.display = None
self.version = version