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: try:
# Check for updates # 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 with the provided/parsed arguments
get_posts(args=args) get_posts(args=args)