Update main.py

This commit is contained in:
Richard Mwewa
2023-10-16 19:54:13 +02:00
committed by GitHub
parent 7c4e1a8a38
commit e54b0f24e0

View File

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