diff --git a/Changelog b/Changelog index 8e3b619..890e2aa 100644 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/wg_func.py b/wg_func.py index 2dd71fc..453ebb7 100755 --- a/wg_func.py +++ b/wg_func.py @@ -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'))