fix: don't update in entrypoint

Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
This commit is contained in:
xyny 2024-05-22 15:39:34 +00:00 committed by GitHub
parent d4e373b83c
commit ca561944d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ mklink outputs
import outputs
# Start application
python entry_with_update.py $*
python launch.py $*