This commit is contained in:
2025-09-16 14:20:27 +02:00
parent 5931143564
commit 17e46ed0b2
2 changed files with 1 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ def load_config():
loaded_json = ""
try:
with open(HOMEDIR+"/.config/rdpconnect/history.json", "r") as history_file:
for line in connection_file:
for line in history_file:
loaded_json += line
hist_info = json.loads(loaded_json)