mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2025-02-17 05:18:31 +00:00
parent
cb6e02c8f7
commit
7e07dd10bf
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue