MCPcopy Create free account
hub / github.com/geekcomputers/Python / background_task

Method background_task

insta_monitering/insta_api.py:22–26  ·  view source on GitHub ↗
(self, user, tags, type, productId)

Source from the content-addressed store, hash-verified

20
21 @run_on_executor
22 def background_task(self, user, tags, type, productId):
23 try:
24 instasubprocess(user=user, tags=tags, type=type, productId=productId)
25 except:
26 print("error::background_task>>", sys.exc_info()[1])
27
28 @coroutine
29 def get(self):

Callers 1

getMethod · 0.95

Calls 1

instasubprocessFunction · 0.85

Tested by

no test coverage detected