Browse Source

Fix old var name

develop
Jonathan Golder 6 years ago
parent
commit
f28fad2edb
  1. 2
      euroexange/euroexange.py

2
euroexange/euroexange.py

@ -242,7 +242,7 @@ class EuroExangeBot( pywikibot.bot.BaseBot ):
if not self.current_job.filepage.exists():
jogobot.output( "Work on Job {}".format( self.current_job.image),
"ERROR" )
raise pywikibot.NoPage( filepage )
raise pywikibot.NoPage( self.current_job.filepage )
# Check if update is necessary
if self.image_update_needed():

Loading…
Cancel
Save