Compare commits

...

2 Commits

Author SHA1 Message Date
Ventilaar
5c910b2bca Merge branch 'master' of https://git.ventilaar.nl/ventilaar/amazing-ytdlp-archive
All checks were successful
Generate release / build-and-publish (push) Successful in 43s
2024-02-28 22:46:38 +01:00
Ventilaar
afd07334c5 Edit the way the app starts 2024-02-28 22:46:31 +01:00
2 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ on:
push:
tags:
- 'v*'
branches:
- master
jobs:
build-and-publish:

View File

@@ -42,4 +42,6 @@ def create_app(test_config=None):
app.add_url_rule("/", endpoint="base")
return app
return app
app = create_app()