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
f08007fa
Commit
f08007fa
authored
Oct 16, 2019
by
Hiro
🏄
Browse files
Bump wait time after sending message
parent
28ba05b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
gettor/services/twitter/twitterdm.py
View file @
f08007fa
...
...
@@ -90,7 +90,7 @@ class Twitterdm(object):
twitter_id
,
message
)
if
post_data
.
status_code
==
200
:
time
.
sleeps
(
30
)
time
.
sleeps
(
61
)
else
:
raise
RuntimeError
(
"Error sending message: (%s)"
%
str
(
e
))
...
...
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