mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-14 10:44:13 +00:00
Fixed wrong file path
This commit is contained in:
parent
685baf4e04
commit
18d8d78f0d
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -351,7 +351,7 @@ def readKey():
|
|||
|
||||
|
||||
print("[INFO] Opening /etc/nixos/configuration.nix...", sep="")
|
||||
readOnlyFileDescriptor = open("/etc/nixos/users.nix", "r")
|
||||
readOnlyFileDescriptor = open("/etc/nixos/configuration.nix", "r")
|
||||
print("done")
|
||||
fileContent = list()
|
||||
index = int(0)
|
||||
|
|
Loading…
Add table
Reference in a new issue