Remove to-dos

This commit is contained in:
hygienic-books 2022-03-26 23:15:34 +01:00
parent 91370068e4
commit 80db904a45

View File

@ -17,8 +17,6 @@ import requests
from requests.auth import HTTPBasicAuth from requests.auth import HTTPBasicAuth
# TODO Process files that already exist on start
# Exit codes # Exit codes
# 1: Config file invalid, it has no sections # 1: Config file invalid, it has no sections
# 2: Config file invalid, sections must define at least CONST.CFG_MANDATORY # 2: Config file invalid, sections must define at least CONST.CFG_MANDATORY
@ -429,7 +427,6 @@ if __name__ == '__main__':
watch_dir = watch_dir_config["watch_dir"] watch_dir = watch_dir_config["watch_dir"]
output_dir = watch_dir_config["output_dir"] output_dir = watch_dir_config["output_dir"]
section_name = watch_dir_config["section"] section_name = watch_dir_config["section"]
log.debug(f"Watch dir config: {watch_dir_config}")
log.info(f"File '{file_name}' was moved to watch directory " log.info(f"File '{file_name}' was moved to watch directory "
f"""'{watch_dir}', processing ...""") f"""'{watch_dir}', processing ...""")