Browse Source

Log if new input file is downloaded

develop
Jonathan Golder 6 years ago
parent
commit
93827e9f3b
  1. 3
      euroexange/euroexange.py

3
euroexange/euroexange.py

@ -179,6 +179,9 @@ class EuroExangeBot( pywikibot.bot.BaseBot ):
os.utime( os.path.join(self.wdir, type(self).zip_file),
(datetime.datetime.now().timestamp(), mdate.timestamp()) )
# Log
jogobot.output( "New input file downloaded." )
def extract_csv( self ):
"""
Extract csv file from zip archive

Loading…
Cancel
Save