Terminology.py accepts an image_file_path, not a pokemon

See issue #83
This commit is contained in:
cclauss 2017-07-03 16:44:34 +02:00 committed by GitHub
parent cb6e02c8f7
commit 7e07dd10bf

View file

@ -8,7 +8,7 @@ class Terminology(TerminalAdapterInterface):
def is_available():
return os.environ.get("TERMINOLOGY") == '1'
def set_pokemon(self, image_file_path):
def set_image_file_path(self, image_file_path):
os.system('tybg "{}"'.format(image_file_path))
def clear(self):