v1.0.10 Bug fix

pull/81/head v1.0.10
aristocratos 2020-08-10 22:08:31 +02:00
parent 3208be592f
commit 2942a44f9b
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## v1.0.10
* Fixed: Raspberry pi cpu temps, actually fixed this time...
## v1.0.9 ## v1.0.9
* Fixed: Raspberry pi cpu temp, again. * Fixed: Raspberry pi cpu temp, again.

View File

@ -56,7 +56,7 @@ if errors:
print("\nInstall required modules!\n") print("\nInstall required modules!\n")
raise SystemExit(1) raise SystemExit(1)
VERSION: str = "1.0.9" VERSION: str = "1.0.10"
#? Argument parser -------------------------------------------------------------------------------> #? Argument parser ------------------------------------------------------------------------------->
if len(sys.argv) > 1: if len(sys.argv) > 1: