Update __main.py

This commit is contained in:
Richard Mwewa
2023-08-12 03:47:28 +02:00
committed by GitHub
parent ce75d40f76
commit 74264224a5

View File

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