Script Fails To Save If Directory Doesn't Exist
thealphadollar opened this issue · 0 comments
thealphadollar commented
The path where data.json
is saved is inside a folder which might not exist on
the user's PC and due to which it will give error.
This can be fixed by looking for the folder's existence and creating one if not
found.