mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-23 12:23:04 +00:00
parent
b95a0ae9c5
commit
e3ad3e1afc
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue