mirror of
https://github.com/bvanroll/startrek-ml.git
synced 2025-08-29 12:02:45 +00:00
we in there
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import sys, os
|
||||
|
||||
folder = sys.argv[1]
|
||||
x = 0
|
||||
for file in os.listdir(folder):
|
||||
x = x+1
|
||||
print(file)
|
||||
if(file.endswith('.html')):
|
||||
os.system('FriendsConverter.py "' + folder+"/"+file+'"')
|
||||
os.system('python FriendsConverter.py "' + folder+"/"+file+'" '+str(x))
|
||||
|
||||
os.system('jsonCombiner.py "'+folder+'"')
|
||||
os.system('python jsonCombiner.py "'+folder+'"')
|
||||
|
Reference in New Issue
Block a user