Fix typo in upload comment

This commit is contained in:
2018-09-26 16:00:03 +02:00
parent f4296d8410
commit a0377e1f80

View File

@@ -61,7 +61,7 @@ class EuroExangeBot( pywikibot.bot.BaseBot ):
data_source = "http://www.ecb.int/stats/eurofxref/eurofxref-hist.zip" data_source = "http://www.ecb.int/stats/eurofxref/eurofxref-hist.zip"
zip_file = "eurofxref-hist.zip" zip_file = "eurofxref-hist.zip"
csv_file = "eurofxref-hist.csv" csv_file = "eurofxref-hist.csv"
upload_comment = "Bot: ([[User:Jogobot/Euroexange|euroexange]]) update chart" upload_comment = "Bot: ([[User:JogoBot/Euroexange|euroexange]]) update chart"
def __init__( self, genFactory, **kwargs ): def __init__( self, genFactory, **kwargs ):