Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hiro
GetTor
Commits
1e034b19
Commit
1e034b19
authored
Oct 15, 2019
by
Hiro
🏄
Browse files
Fix error in function call - some other place
parent
51b54c10
Changes
1
Hide whitespace changes
Inline
Side-by-side
gettor/services/twitter/twitterdm.py
View file @
1e034b19
...
...
@@ -79,7 +79,7 @@ class Twitterdm(object):
:return: deferred whose callback/errback will handle the API execution
details.
"""
return
send_tweet
()
return
self
.
send_tweet
()
def
send_tweet
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment