We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9d0fc commit 306d522Copy full SHA for 306d522
1 file changed
mediux_posters/__main__.py
@@ -652,3 +652,6 @@ def set_posters(
652
media_type=media_type,
653
kometa_integration=settings.kometa_integration,
654
)
655
+
656
+if __name__ == "__main__":
657
+ app(prog_name="Mediux-Posters")
0 commit comments