fixed readlines ?
This commit is contained in:
parent
04d33f4ecd
commit
304a222de1
1
V6.py
1
V6.py
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue