Update main.py

This commit is contained in:
Richard Mwewa
2023-08-25 23:12:06 +02:00
committed by GitHub
parent b0c53a1511
commit f9f0ed5085

View File

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