oneliai 0.4.0__tar.gz → 0.5.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of oneliai might be problematic. Click here for more details.
- {oneliai-0.4.0 → oneliai-0.5.0}/PKG-INFO +1 -1
- {oneliai-0.4.0 → oneliai-0.5.0}/oneliai/client.py +1 -2
- {oneliai-0.4.0 → oneliai-0.5.0}/oneliai.egg-info/PKG-INFO +1 -1
- {oneliai-0.4.0 → oneliai-0.5.0}/setup.py +1 -1
- {oneliai-0.4.0 → oneliai-0.5.0}/oneliai/__init__.py +0 -0
- {oneliai-0.4.0 → oneliai-0.5.0}/oneliai.egg-info/SOURCES.txt +0 -0
- {oneliai-0.4.0 → oneliai-0.5.0}/oneliai.egg-info/dependency_links.txt +0 -0
- {oneliai-0.4.0 → oneliai-0.5.0}/oneliai.egg-info/requires.txt +0 -0
- {oneliai-0.4.0 → oneliai-0.5.0}/oneliai.egg-info/top_level.txt +0 -0
- {oneliai-0.4.0 → oneliai-0.5.0}/sdk/__init__.py +0 -0
- {oneliai-0.4.0 → oneliai-0.5.0}/sdk/client.py +0 -0
- {oneliai-0.4.0 → oneliai-0.5.0}/setup.cfg +0 -0
|
@@ -196,7 +196,6 @@ class AIClient:
|
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
async def getTaskStatus(self,taskId):
|
|
199
|
-
print("232332")
|
|
200
199
|
data=await self.get_token()
|
|
201
200
|
print(data['token'])
|
|
202
201
|
response =requests.get(f"{URL}/v1/task/task_status/{taskId}",
|
|
@@ -227,7 +226,7 @@ class AIClient:
|
|
|
227
226
|
await asyncio.sleep(1) # Sleep for 1 second
|
|
228
227
|
|
|
229
228
|
|
|
230
|
-
def getGoodinfofromAmazon(self, asins,filename=None):
|
|
229
|
+
async def getGoodinfofromAmazon(self, asins,filename=None):
|
|
231
230
|
if filename:
|
|
232
231
|
locafile,filename=self.upload_file(filename)
|
|
233
232
|
print(filename)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|