Added many many debug statements to help debug issue #32

This commit is contained in:
Joel Collins 2019-02-05 17:06:05 +00:00
parent 0948c9308a
commit 5672b82f5e
4 changed files with 25 additions and 8 deletions

View file

@ -24,6 +24,7 @@ def clear_tmp():
for f in files:
os.remove(f)
logging.debug("Removed {}".format(f))
logging.debug("Cleared {}.".format(TEMP_CAPTURE_PATH))
def capture_from_dict(capture_dict):