mrmay-dev / owntags

Ⓣ OwnTags is an OwnTracks client for tracking your own 'AirTags' 🏷 made with OpenHaystack.
11 stars 5 forks source link

fixed several issues #4

Open Systm21 opened 1 year ago

Systm21 commented 1 year ago
Systm21 commented 1 year ago

The Problem for me was, that Python 3.11 can't find the tomllib and gives me errors. But its an onboard library, right? So i disabled it temporary to find the other issues.

You can update it later (or implement a working version check,), if everything works fine. I would not recommend to remove it completely.

mrmay-dev commented 1 year ago

Interesting. I wonder why.

Is there a better way to check the version? Maybe a try: except: would work better? Or, add a line in the settings.toml. But I'd like to keep that as simple as possible. It can already be confusing with the individual keyfile blocks.

Systm21 commented 1 year ago

I dont have much experience with python, sorry.

According to the keyfile blocks, the readme should get a polish after everything works.