mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-11 18:45:34 +00:00
WIP, separate out the Flask from everything else, get pytest working
This commit is contained in:
@@ -20,11 +20,8 @@ class perform_site_check():
|
||||
return
|
||||
|
||||
def ensure_output_path(self):
|
||||
os.mkdir(self.output_path)
|
||||
|
||||
try:
|
||||
os.stat(self.output_path)
|
||||
except:
|
||||
os.mkdir(self.output_path)
|
||||
|
||||
def save_response_stripped_output(self, output, fname):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user