Update __main.py

Added dark mode to the About box.
This commit is contained in:
Richard Mwewa
2023-08-07 02:31:20 +02:00
committed by GitHub
parent 8952c7910b
commit d8919b4357

View File

@@ -17,7 +17,7 @@ def run():
try:
# Check for updates
check_updates(version_tag="1.4.0.0")
check_updates(version_tag="1.4.1.0")
# Get posts with the provided/parsed arguments
get_posts(arguments=arguments)