starting to get some work done

This commit is contained in:
Beppe Vanrolleghem
2018-05-23 18:10:00 +02:00
parent 0099a040b7
commit 6df24808ba
405 changed files with 147701 additions and 13474 deletions

View File

@@ -5,3 +5,5 @@ for file in os.listdir(folder):
print(file)
if(file.endswith('.html')):
os.system('FriendsConverter.py "' + folder+"/"+file+'"')
os.system('jsonCombiner.py "'+folder+'"')