Skip to content

Commit

Permalink
#1: adjusted StringIO import for Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
hanecak committed May 15, 2019
1 parent f64de18 commit 40afe73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import os
import scraperwiki
import time
from StringIO import StringIO
from io import StringIO


REQUEST_URL = 'http://meteo.shmu.sk/customer/home/opendata/?observations;date=' # + 'DD.MM.YYYY:HH'
Expand Down

0 comments on commit 40afe73

Please sign in to comment.