Commit ·
fe4f1fd
1
Parent(s): 59cee61
added shebang
Browse files- handler.py +1 -0
handler.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
os.environ["COQUI_TOS_AGREED"] = "1"
|
|
|
|
| 1 |
+
#!/usr/bin/env python3.10
|
| 2 |
import os
|
| 3 |
|
| 4 |
os.environ["COQUI_TOS_AGREED"] = "1"
|