1.11.0824 #23

Merged
punix merged 4 commits from 1.11.0824 into main 2024-11-08 21:24:31 +01:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 4bfc8c318e - Show all commits

View File

@ -8,6 +8,10 @@ My standard System: Linux Mint 22 Cinnamon
- for loops with lists replaced by List Comprehensions
- Update search after start of Wire-Py
### Added
07-11-2024
- remove classes and add methods to class FrameWidgets (removed self errors)
### Added
27-10-2024

View File

@ -14,7 +14,7 @@ import requests
''' 1 = 1. Year, 09 = Month of the Year, 2924 = Day and Year of the Year '''
version = 'v. 1.10.2124'
version = 'v. 1.11.0724'
path_to_file2 = Path('/etc/wire_py/settings.conf')
_u = Path.read_text(Path('/tmp/_u'))