Added the actual wanted functionality...

This commit is contained in:
kalzu 2023-01-01 22:55:04 +02:00
parent a60d269535
commit c5e08f3a76
1 changed files with 3 additions and 1 deletions

View File

@ -423,7 +423,9 @@ if __name__ == "__main__":
# Get the users public keys
try:
user_publickeys = read_keys()
user_publickeys = read_keys()
except FileNotFoundError:
exit(1)
# Start the data fetching backend process§