mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2026-08-28 11:26:48 +02:00
Fix shebang for translate scripts
This commit is contained in:
Regular → Executable
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!flask/bin/python
|
||||
#!/usr/bin/python3
|
||||
import os
|
||||
import sys
|
||||
if sys.platform == 'win32':
|
||||
|
||||
Regular → Executable
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!flask/bin/python
|
||||
#!/usr/bin/python3
|
||||
import os
|
||||
import sys
|
||||
if sys.platform == 'win32':
|
||||
|
||||
Regular → Executable
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!flask/bin/python
|
||||
#!/usr/bin/python3
|
||||
import os
|
||||
import sys
|
||||
if sys.platform == 'win32':
|
||||
|
||||
Reference in New Issue
Block a user