There was an error while loading. Please reload this page.
1 parent 5f7b112 commit e36d666Copy full SHA for e36d666
post_commit_hook_template.py
@@ -27,7 +27,7 @@ def main():
27
tweet += " " + arg
28
29
api = get_api(cfg)
30
- status = api.update_status(status=tweet_str)
+ status = api.update_status(status=tweet)
31
32
if __name__ == "__main__":
33
main()
0 commit comments