bugfix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user