Added the actual wanted functionality...

This commit is contained in:
kalzu 2023-01-01 22:55:04 +02:00
parent a60d269535
commit c5e08f3a76

View File

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