Commit b2599354 authored by Ibrahim Ahmed's avatar Ibrahim Ahmed
Browse files

Removed print statements used for debugging.

parent 76d4abb2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -76,9 +76,6 @@ def get_trend(trend_id: str, username: str, password: str, start: datetime,
    res_auth = sess.post(authURL, data=urlencode(payload),
                         headers={'Content-Type': 'application/x-www-form-urlencoded'})
    key = res_auth.cookies.get('IS_SSO')
    print('KEY', key)
    # if key is None:
    #     raise Exception('Authentication failed.')

    res_trend_info = sess.get(trendinfoURL)
    try: