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
18b948fa
Commit
18b948fa
authored
Nov 05, 2016
by
Aaron Hill
Committed by
GitHub
Nov 05, 2016
Browse files
Merge pull request #744 from fjania/quieter_logging
Quieter logging
parents
0c995dcb
783d300b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/binder.py
View file @
18b948fa
...
@@ -104,7 +104,7 @@ def bind_api(**config):
...
@@ -104,7 +104,7 @@ def bind_api(**config):
self
.
session
.
params
[
k
]
=
convert_to_utf8_str
(
arg
)
self
.
session
.
params
[
k
]
=
convert_to_utf8_str
(
arg
)
log
.
info
(
"PARAMS: %r"
,
self
.
session
.
params
)
log
.
debug
(
"PARAMS: %r"
,
self
.
session
.
params
)
def
build_path
(
self
):
def
build_path
(
self
):
for
variable
in
re_path_template
.
findall
(
self
.
path
):
for
variable
in
re_path_template
.
findall
(
self
.
path
):
...
...
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