|
|
@@ -8,7 +8,7 @@ from route import *
|
|
|
|
|
|
if platform.system() == 'Linux':
|
|
|
for for_a in os.listdir("route_go"):
|
|
|
- os.system('chmod -x ./route_go/' + for_a)
|
|
|
+ os.system('chmod +x ./route_go/' + for_a)
|
|
|
|
|
|
# Init-Version
|
|
|
with open('version.json', encoding = 'utf8') as file_data:
|