martomi / chiadog

A watch dog providing a peace in mind that your Chia farm is running smoothly 24/7.
MIT License
458 stars 120 forks source link

Update log offset unlink for compatibility with Python 3.7 #265

Closed pieterhelsen closed 3 years ago

pieterhelsen commented 3 years ago

missing_ok was added in Python 3.8. Replaced with path.exists() check prior to removal

https://docs.python.org/3/library/pathlib.html#pathlib.Path.unlink

Closes #264