second commit
This commit is contained in:
8
env/bin/watchfiles
vendored
Executable file
8
env/bin/watchfiles
vendored
Executable file
@ -0,0 +1,8 @@
|
||||
#!/Users/ekstrah/Desktop/tidal-dl-ng-web/env/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
from watchfiles.cli import cli
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(cli())
|
Reference in New Issue
Block a user