Skip to content

Commit

Permalink
fixes to refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
madiele committed Aug 20, 2021
1 parent c81306c commit e680fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion TwitchRSS/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ cachetools==4.1.1
feedgen==0.9.0
Flask==1.1.2
ratelimit==2.2.1
streamlink>=2.3.0
streamlink>=2.3.0
GitPython==3.1.18
2 changes: 0 additions & 2 deletions TwitchRSS/twitchrss.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ def authorize():
TWITCH_OAUTH_TOKEN = r['access_token']
TWITCH_OAUTH_EXPIRE_EPOCH = int(r['expires_in']) + round(time.time())
logging.debug("oauth token aquired")
logging.debug(TWITCH_CLIENT_ID)
logging.debug(TWITCH_OAUTH_TOKEN)
return
except Exception as e:
logging.warning("Fetch exception caught: %s" % e)
Expand Down

0 comments on commit e680fb9

Please sign in to comment.