Skip to content

Commit ae545b7

Browse files
committed
Fix call
1 parent cce078c commit ae545b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onboardapis/train/de/tdh/apis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ class SBahnHannover(GenericUnwiredTrain, UnwiredJourneyMixin):
1313

1414
def __init__(self) -> None:
1515
self._api = GenericUnwiredAPI()
16-
self._internet_access = GenericUnwiredInternetAccessInterface()
16+
self._internet_access = GenericUnwiredInternetAccessInterface(self._api)
1717
GenericUnwiredTrain.__init__(self)
1818
UnwiredJourneyMixin.__init__(self)

0 commit comments

Comments
 (0)