CameronDeweerd / FFXIV-Market-Calculator

This FFXIV Market Calculator helps you identify which items are profitable to purchase components for and to craft
4 stars 2 forks source link

Requires databases subfolder to exist #3

Open Rukongai opened 2 years ago

Rukongai commented 2 years ago

If you attempt to run without the subfolder 'databases' existing in the project folder, will throw an error. Might be worth uploading a blank databases folder to github or having python make the directory if doesn't exist.

XxInvictus commented 2 years ago

Thanks for that, I will change the Gitignore from databases/ to databases/* to keep the root directory!

XxInvictus commented 2 years ago

PR #5 Should fix this issue, had to add a .placeholder and force add it bypassing the .gitignore