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