else
This commit is contained in:
parent
7b1b86c4a9
commit
e0540f3d13
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -35,7 +35,7 @@ while True:
|
||||||
if '.mp4' in filepath:
|
if '.mp4' in filepath:
|
||||||
filepath = 'http://syriancivilwar.pw/Videos/' + filepath
|
filepath = 'http://syriancivilwar.pw/Videos/' + filepath
|
||||||
submission = r.get_info(thing_id=item[1])
|
submission = r.get_info(thing_id=item[1])
|
||||||
submission.add_comment('Mirror: %s' % filepath)
|
submission.add_comment('[Mirror](%s)' % filepath)
|
||||||
print(filepath)
|
print(filepath)
|
||||||
except:
|
except:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
|
Loading…
Reference in a new issue