multiple edits

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-24 07:30:01 +02:00
parent 1a1638a68e
commit 1a629d749e

View File

@ -60,7 +60,7 @@ def closest_peer():
return all[0] if len(all) else None
def update_data(last_session, plugin_data):
def update_data(last_session):
brain = {}
try:
with open('/root/brain.json') as fp: