100% cpu usage fixed.

This commit is contained in:
2022-11-10 21:55:27 +01:00
parent cb7c2c63fb
commit 6bfce5a652
2 changed files with 9 additions and 5 deletions

View File

@@ -11,3 +11,6 @@ All notable changes to this project will be documented in this file.
## [1.0.0] - 2022-10-28
First working version.
## [1.0.1] - 2022-11-10
Program used 100% cpu due to inefficient while-loop. Fixed.