Add lyrics ID to tweet
This commit is contained in:
parent
fa95db9bf4
commit
a8494ebb42
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ def postprocess(lid, tid, db = dbtools.dbHelper()):
|
|||
|
||||
if __name__ == "__main__":
|
||||
lid, text, ref = getLyrics()
|
||||
postprocess(lid, twitools.tweet(text, ref, setuptools.LYRICS))
|
||||
postprocess(lid, twitools.tweet("%s (#%i)" % (text, int(lid)), ref, setuptools.LYRICS))
|
||||
|
|
Loading…
Reference in a new issue