Fixed rebuild hashbang

This commit is contained in:
斟酌 鵬兄 2022-08-03 01:45:41 +09:00
parent d5f76cd75b
commit 880ec60407
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!env/bin/python
#!/usr/bin/env python3
import os, sys
sys.path.append( os.path.abspath( "." ) )