pablordoricaw / mv_dwnlds

Python Automation based on the idea from Kalle Halden's YouTube video to automatically move files downloaded to the Downloads folder to organize them based on the file type.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› Config: plist_name

pablordoricaw opened this issue Β· comments

Details

In the config file the agent name is called plist_name while in the code it's trying to access it as agent_name.

Error message

Traceback (most recent call last):
  File "./mv_dwnlds/plist.py", line 65, in <module>
    agent_name = config["agent_name"]
KeyError: 'agent_name'
make: *** [load] Error 1