Version number adjusted
This commit is contained in:
parent
0a5341fab7
commit
4bfc8c318e
@ -8,6 +8,10 @@ My standard System: Linux Mint 22 Cinnamon
|
|||||||
- for loops with lists replaced by List Comprehensions
|
- for loops with lists replaced by List Comprehensions
|
||||||
- Update search after start of Wire-Py
|
- Update search after start of Wire-Py
|
||||||
|
|
||||||
|
### Added
|
||||||
|
07-11-2024
|
||||||
|
|
||||||
|
- remove classes and add methods to class FrameWidgets (removed self errors)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
27-10-2024
|
27-10-2024
|
||||||
|
@ -14,7 +14,7 @@ import requests
|
|||||||
|
|
||||||
|
|
||||||
''' 1 = 1. Year, 09 = Month of the Year, 2924 = Day and Year of the Year '''
|
''' 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')
|
path_to_file2 = Path('/etc/wire_py/settings.conf')
|
||||||
_u = Path.read_text(Path('/tmp/_u'))
|
_u = Path.read_text(Path('/tmp/_u'))
|
||||||
|
Loading…
Reference in New Issue
Block a user