Fix tested get removed
This commit is contained in:
parent
2b608be054
commit
255d6ef37b
2 changed files with 5 additions and 1 deletions
|
|
@ -4,3 +4,4 @@ from .listbyuserprofile import listbyuserprofile
|
|||
from .create import create
|
||||
from .listall import listall
|
||||
from .listpublic import listpublic
|
||||
from .listremoved import listremoved
|
||||
|
|
@ -61,6 +61,9 @@ def save_response(response):
|
|||
# print("-----------------------------")
|
||||
# feed = API.run_job('post.listbybranch', "music")
|
||||
# print(feed)
|
||||
print("-----------------------------")
|
||||
feed = save_response(API.run_job('post.listremoved'))
|
||||
print(feed)
|
||||
# print("----------------------------z
|
||||
# branchlist = API.run_job('branch.listbyname')
|
||||
# print(branchlist)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue