Cyrexxis / RokTracker

Open Source Rise of Kingdoms Stats Management Tool. Track TOP X Players of kingdom / alliance / honor leaderboard.
MIT License
47 stars 18 forks source link

[Enhancement] Make files dependend on scanner location #24

Closed Cyrexxis closed 1 year ago

Cyrexxis commented 1 year ago

Is your feature request related to a problem? Please describe. If the console session is not in the RoK Tracker folder adb and tesseract don't work anymore.

Describe the solution you'd like To fix that the pathes shoud not be relative to the console session but instead be relative to the python script.

Additional context Probably easy fix to use __file__ and work with that path.