Update magic_spoiler/__main__.py

This commit is contained in:
ebbit1q
2022-02-04 23:56:11 +01:00
committed by GitHub
parent a33e90021b
commit 5e6d9ad5f7

View File

@@ -650,5 +650,6 @@ def main() -> None:
print("::set-output name=deploy::false")
print("::notice title=No updates available::No new spoiler cards found for deployment")
if __name__ == "__main__":
main()