aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/hourly.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hourly.py b/src/hourly.py
index c8fc308..26454ae 100755
--- a/src/hourly.py
+++ b/src/hourly.py
@@ -1,6 +1,5 @@
#!/bin/python3
-from sys import argv
import subprocess
from os import path, waitpid, unlink, WEXITSTATUS, chown
from time import gmtime, strftime, sleep