removing local_files path
This commit is contained in:
parent
fb2cbfde9a
commit
3e12321cf4
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -286,5 +286,5 @@ class Optima35:
|
|||
print("Done")
|
||||
|
||||
if __name__ == "__main__":
|
||||
app = Optima35("local_files/settings.yaml", "exif_options.yaml")
|
||||
app = Optima35("settings.yaml", "exif_options.yaml")
|
||||
app.run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue