From 54e3641b26dceeed597f32f53dd03446931acf98 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Mon, 24 Sep 2018 16:23:42 +0200 Subject: Removing further fragments --- refresh | 3 --- 1 file changed, 3 deletions(-) diff --git a/refresh b/refresh index 9775c6a..22b9fd5 100755 --- a/refresh +++ b/refresh @@ -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() -- cgit v1.2.3