Update probe.py

This commit is contained in:
Richard Bronkhorst 2023-07-16 21:57:39 +02:00
parent 6ddddd6fb1
commit 71f8eb9ed8

View File

@ -21,7 +21,7 @@ class ProbeMission(BaseMission):
}
def step_market(self):
loc = self.ship.location()
loc = self.ship.location
self.api.marketplace(loc)
def step_next_hop(self):