Added the actual wanted functionality...
This commit is contained in:
@ -424,6 +424,8 @@ if __name__ == "__main__":
|
||||
# Get the users public keys
|
||||
try:
|
||||
user_publickeys = read_keys()
|
||||
except FileNotFoundError:
|
||||
exit(1)
|
||||
|
||||
|
||||
# Start the data fetching backend process§
|
||||
|
Reference in New Issue
Block a user