diff options
-rwxr-xr-x | refresh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,7 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- # vim:syntax=python -# http://holidata.net/en-US/2016.json """ This script downloads data from holidata.net and writes it into files in the current directory. @@ -106,8 +105,6 @@ def hparse(lines, locode, year): islocdef[myhlocale] = myhlocale with open(myfile, "a") as ofile: ofile.write(" " + mydate + " = " + unicode(jdata['description']) + "\n") - #print("%s (%s), %s, %s: %s" % (unicode(jdata['description']), unicode(jdata['region']), - # mycountry, myregion, mydate)) sleep(0.1) sys.stdout.flush() |