Changed r.content to r.text

This commit is contained in:
echel0n 2014-04-03 21:08:51 -07:00
commit 8e7490ff80
7 changed files with 21 additions and 18 deletions

View file

@ -66,7 +66,7 @@ class autoProcessComics:
return 1 # failure
if r.ok:
Logger.info("%s", r.content)
Logger.info("%s", r.text)
time.sleep(60) #wait 1 minute for now... need to see just what gets logged and how long it takes to process
return 0 # Success