NullAdapter.py accepts an image_file_path, not a pokemon

See issue #83
This commit is contained in:
cclauss 2017-07-03 16:41:35 +02:00 committed by GitHub
parent b95a0ae9c5
commit e3ad3e1afc

View file

@ -8,7 +8,7 @@ class NullAdapter(TerminalAdapterInterface):
def is_available():
return True
def set_pokemon(self, pokemon):
def set_image_file_path(self, image_file_path):
print(self.err)
def clear(self):