Skip to content

Commit a4533ac

Browse files
committed
sdf
1 parent a330138 commit a4533ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

diffJs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
os.system('./javascript_files_extractor.py '+all_domains+' ./temp/js_files.txt')
2121
os.system('./javascript_files_link_extractor.sh ./temp/js_files.txt ./temp/urls.txt ./dependency/relative-url-extractor/extract.rb')
2222
os.system('cp ./temp/urls.txt '+toolpath+'/results/'+domain)
23-
os.system('git add . && git commit -m \"'+datetime.datetime.now().strftime("%I:%M%p on %B %d, %Y")+domain+'\"')
2423

2524
if not first_time:
2625
os.system('git diff HEAD^ HEAD')
26+
27+
28+
os.system('git add . && git commit -m \"'+datetime.datetime.now().strftime("%I:%M%p on %B %d, %Y")+domain+'\"')

0 commit comments

Comments
 (0)