mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-08 22:08:00 +00:00
update script
This commit is contained in:
parent
b15acfc648
commit
31e3af8313
@ -84,7 +84,10 @@ for i in xrange(len(items)-1,0,-1):
|
||||
ptext = ptext.replace(":// ","://").replace("# ","#").replace("@ ","@")
|
||||
print "newpostmsg", username, lastK+1, ptext
|
||||
if not options.dryRun:
|
||||
twister.newpostmsg(username, lastK+1, ptext)
|
||||
try:
|
||||
twister.newpostmsg(username, lastK+1, ptext)
|
||||
except:
|
||||
pass
|
||||
lastK = lastK+1
|
||||
|
||||
if not options.dryRun:
|
||||
|
Loading…
Reference in New Issue
Block a user