Skip to content

Commit 8a4f54a

Browse files
committed
Minor task fixups
1 parent daab1e5 commit 8a4f54a

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

thing/tasks/assetlist.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def run(self, url, taskstate_id, apikey_id, character_id):
102102
# # Fetch the API data
103103
# params['IDs'] = ','.join(map(str, ids))
104104
# if self.fetch_api(LOCATIONS_URL, params) is False or self.root is None:
105-
# self.completed()
106105
# return
107106

108107
# # Build a map of assetID:assetName

thing/tasks/contracts.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def run(self, url, taskstate_id, apikey_id, character_id):
3434

3535
params = { 'characterID': character_id }
3636
if self.fetch_api(url, params) is False or self.root is None:
37-
self.failed()
3837
return
3938

4039

@@ -260,7 +259,6 @@ def run(self, url, taskstate_id, apikey_id, character_id):
260259
# for contract in c_filter.filter(retrieved_items=False).exclude(type='Courier'):
261260
# params['contractID'] = contract.contract_id
262261
# if self.fetch_api(items_url, params) is False or self.root is None:
263-
# self.failed()
264262
# return
265263

266264
# for row in self.root.findall('result/rowset/row'):

0 commit comments

Comments
 (0)