Update __main.py

Changed layout and applied dark mode to the "Right Click" menu
This commit is contained in:
Richard Mwewa
2023-08-08 07:08:58 +02:00
committed by GitHub
parent 45b82e57ac
commit 7696dd923a

View File

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