Skip to content

Commit

Permalink
Revert "#1: adjusted StringIO import for Python3"
Browse files Browse the repository at this point in the history
This reverts commit 40afe73.
  • Loading branch information
hanecak committed May 15, 2019
1 parent 7932d07 commit c4174e0
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 io import StringIO
from StringIO import StringIO


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

0 comments on commit c4174e0

Please sign in to comment.