Spaces:
Sleeping
Sleeping
worldqwq
commited on
Commit
·
4657673
1
Parent(s):
3966313
removed duplicated data
Browse filesFormer-commit-id: 9bf501ca83dc23ca2464df5e4cd4e9efaf2485ac
SRT.py
CHANGED
@@ -163,8 +163,8 @@ class SRT_script():
|
|
163 |
log_exist = os.path.exists(log_file)
|
164 |
with open(log_file,"a") as log:
|
165 |
if not log_exist:
|
166 |
-
log.write("range_of_text,
|
167 |
-
log.write(range+','+
|
168 |
|
169 |
print(lines)
|
170 |
#print(id_range)
|
|
|
163 |
log_exist = os.path.exists(log_file)
|
164 |
with open(log_file,"a") as log:
|
165 |
if not log_exist:
|
166 |
+
log.write("range_of_text,iterations_solving,solved,file_length,video_link")
|
167 |
+
log.write(range+','+count+','+solved+','+len(self.segments)+','+vid_link)
|
168 |
|
169 |
print(lines)
|
170 |
#print(id_range)
|