Skip to content

Commit

Permalink
import fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
grro committed Nov 5, 2020
1 parent 015d465 commit 42d5a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pi_display_webthing/display_webthing.py
Expand Up @@ -9,7 +9,7 @@ class DisplayWebThing(Thing):
# regarding capabilities refer https://iot.mozilla.org/schemas
# there is also another schema registry http://iotschema.org/docs/full.html not used by webthing

def __init__(self, name: str, description: str, lcd: Lcd):
def __init__(self, name: str, description: str, lcd: BaseCharLCD):
Thing.__init__(
self,
'urn:dev:ops:lcddisplay-1',
Expand Down

0 comments on commit 42d5a62

Please sign in to comment.