Added the actual wanted functionality...
This commit is contained in:
parent
a60d269535
commit
c5e08f3a76
@ -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§
|
||||||
|
Loading…
Reference in New Issue
Block a user