diff options
-rwxr-xr-x | src/hourly.py | 1 |
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 |