Remove debugging print statements
This commit is contained in:
pare
6067aa4604
commit
5b90a3c830
S'han modificat 1 arxius amb 0 adicions i 2 eliminacions
|
@ -1177,7 +1177,6 @@ class Mastodon:
|
||||||
# redirection, and then use the domain it gives us to do the final
|
# redirection, and then use the domain it gives us to do the final
|
||||||
# request.
|
# request.
|
||||||
if endpoint.startswith("/api/v1/streaming"):
|
if endpoint.startswith("/api/v1/streaming"):
|
||||||
print("Hi I'm streaming", endpoint)
|
|
||||||
stream_base = self.api_base_url + "/api/v1/streaming"
|
stream_base = self.api_base_url + "/api/v1/streaming"
|
||||||
|
|
||||||
with __no_auth_strip_session() as session:
|
with __no_auth_strip_session() as session:
|
||||||
|
@ -1188,7 +1187,6 @@ class Mastodon:
|
||||||
raise MastodonNetworkError("Could not connect to streaming server: %s" % connection.reason)
|
raise MastodonNetworkError("Could not connect to streaming server: %s" % connection.reason)
|
||||||
|
|
||||||
url = connection.url.replace("/api/v1/streaming", endpoint)
|
url = connection.url.replace("/api/v1/streaming", endpoint)
|
||||||
print("Url redirected:", url)
|
|
||||||
|
|
||||||
with __no_auth_strip_session() as session:
|
with __no_auth_strip_session() as session:
|
||||||
# Prevent stripping of authorisation headers on redirect
|
# Prevent stripping of authorisation headers on redirect
|
||||||
|
|
Loading…
Referencia en una nova incidència