diff options
-rw-r--r-- | accounts/gkleen@sif/systemd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix index 34ff4668..07ee7f55 100644 --- a/accounts/gkleen@sif/systemd.nix +++ b/accounts/gkleen@sif/systemd.nix | |||
@@ -53,7 +53,7 @@ in { | |||
53 | # from datetime import datetime | 53 | # from datetime import datetime |
54 | 54 | ||
55 | res = None | 55 | res = None |
56 | with subprocess.Popen(['rclone', 'lsjson', 'surtr:store.kdbx'], stdout=subprocess.PIPE) as proc: # noqa: E501 | 56 | with subprocess.Popen(['rclone', 'lsjson', 'surtr:store.kdbx'], stdout=subprocess.PIPE) as proc: # noqa: E501 |
57 | res = json.load(proc.stdout) | 57 | res = json.load(proc.stdout) |
58 | print(res) | 58 | print(res) |
59 | ''); | 59 | ''); |