Update main.py

This commit is contained in:
Richard Mwewa
2023-08-31 20:44:29 +02:00
committed by GitHub
parent 782eb1577f
commit 156482eb68

View File

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