Update main.py

dev 1.8.0.0
This commit is contained in:
Richard Mwewa
2023-08-30 03:22:03 +02:00
committed by GitHub
parent a2bdc66a03
commit b5d52e4bb5

View File

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