diff options
author | H. P. <harald.p.@xmart.de> | 2018-09-24 16:23:42 +0200 |
---|---|---|
committer | H. P. <harald.p.@xmart.de> | 2018-09-24 16:23:42 +0200 |
commit | 54e3641b26dceeed597f32f53dd03446931acf98 (patch) | |
tree | 84075b2090690fac3f84a8d65667729f709e0dd1 | |
parent | 419e209a618ae8c3e758ca74d9bb9ed6d3eeda7b (diff) | |
download | timewarrior-holidays-54e3641b26dceeed597f32f53dd03446931acf98.tar.bz2 |
Removing further fragments
-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() |