Update __main.py

This commit is contained in:
Richard Mwewa
2023-08-09 04:45:13 +02:00
committed by GitHub
parent c6792277f3
commit 4da2fcf913

View File

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