Remove secrets and auto-start actions and update imports
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
"""Display status of systemd timers."""
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
# Add the helpers directory to the path
|
||||
sys.path.append(os.path.join(os.path.dirname(__file__), "..", "helpers"))
|
||||
from functions import printfe
|
||||
# Add the bin directory to the path
|
||||
sys.path.append(os.path.join(os.path.dirname(__file__), ".."))
|
||||
from helpers.functions import printfe
|
||||
|
||||
|
||||
def run_command(cmd, capture_output=True):
|
||||
|
||||
Reference in New Issue
Block a user