Update Dockerfile and commander.py
This commit is contained in:
@@ -56,6 +56,7 @@ class Commander(CommandLine):
|
||||
for w in waypoints:
|
||||
if 'MARKETPLACE' in w.traits:
|
||||
self.api.marketplace(w)
|
||||
print(f'marketplace at {w}')
|
||||
sleep(0.5)
|
||||
|
||||
def all_waypoints(self, systems):
|
||||
@@ -64,6 +65,7 @@ class Commander(CommandLine):
|
||||
break
|
||||
r = self.api.list_waypoints(s)
|
||||
print(f'system {s}: {len(r)} waypoints')
|
||||
self.all_specials(r)
|
||||
sleep(0.5)
|
||||
|
||||
def all_systems(self):
|
||||
|
||||
Reference in New Issue
Block a user