Remove to-dos
This commit is contained in:
parent
91370068e4
commit
80db904a45
@ -17,8 +17,6 @@ import requests
|
||||
from requests.auth import HTTPBasicAuth
|
||||
|
||||
|
||||
# TODO Process files that already exist on start
|
||||
|
||||
# Exit codes
|
||||
# 1: Config file invalid, it has no sections
|
||||
# 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"]
|
||||
output_dir = watch_dir_config["output_dir"]
|
||||
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 "
|
||||
f"""'{watch_dir}', processing ...""")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user