Fixed incorrect version number being displayed.
This commit is contained in:
parent
dd13dd6988
commit
a8a7bbcb03
|
|
@ -1,3 +1,6 @@
|
||||||
|
2024.10.28:
|
||||||
|
. Docstrings and comments improvements.
|
||||||
|
|
||||||
2024.10.25:
|
2024.10.25:
|
||||||
. Modified some strings.
|
. Modified some strings.
|
||||||
|
|
||||||
|
|
|
||||||
2
main.py
2
main.py
|
|
@ -22,7 +22,7 @@ In case the permissions of the certificate changes, reset them this way:
|
||||||
# ll /etc/letsencrypt/
|
# ll /etc/letsencrypt/
|
||||||
'''
|
'''
|
||||||
|
|
||||||
version = "2024.10.25"
|
version = "2024.10.28"
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Color definitions. If you want to change them, check the reference at https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
|
Color definitions. If you want to change them, check the reference at https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue