This commit is contained in:
Logovskii Dmitrii 2025-01-23 10:18:07 +00:00 committed by GitHub
commit 538d34e44a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -72,5 +72,6 @@ def main():
results.add(str(latest))
print(' '.join(results))
if __name__ == '__main__':
main()