Update __main.py

This commit is contained in:
Richard Mwewa
2023-08-12 05:04:56 +02:00
committed by GitHub
parent c9d9628326
commit 8bef73001c

View File

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