Skip to content

Commit bd61067

Browse files
Added os import (#82)
1 parent 46955ad commit bd61067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cachet_url_monitor/scheduler.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import sys
44
import threading
55
import time
6+
import os
67

78
import schedule
89
from yaml import load, SafeLoader

0 commit comments

Comments
 (0)