Update main.py

This commit is contained in:
Richard Mwewa
2023-08-31 22:04:57 +02:00
committed by GitHub
parent 2dca02e315
commit b96889f078

View File

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