Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
a722e487
Commit
a722e487
authored
Mar 05, 2011
by
Robin Houston
Browse files
Change tabs to spaces, for consistency
parent
2ff2c641
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/streaming.py
View file @
a722e487
...
...
@@ -204,8 +204,8 @@ class Stream(object):
if
locations
and
len
(
locations
)
>
0
:
assert
len
(
locations
)
%
4
==
0
self
.
parameters
[
'locations'
]
=
','
.
join
([
'%.2f'
%
l
for
l
in
locations
])
if
count
:
self
.
parameters
[
'count'
]
=
count
if
count
:
self
.
parameters
[
'count'
]
=
count
self
.
body
=
urllib
.
urlencode
(
self
.
parameters
)
self
.
parameters
[
'delimited'
]
=
'length'
self
.
_start
(
async
)
...
...
Write
Preview
Markdown
is supported
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