Fix votecast import
This commit is contained in:
parent
9c372fd266
commit
51fe1850ba
2 changed files with 6 additions and 6 deletions
|
|
@ -1 +1 @@
|
||||||
from .votecast import votecawst
|
from .votecast import votecast
|
||||||
10
testing.py
10
testing.py
|
|
@ -174,8 +174,8 @@ from trustcafeapiwrapper.wrappers.post.create_post import create_post
|
||||||
# "/",
|
# "/",
|
||||||
# "/post/1775075313-63ffb852"
|
# "/post/1775075313-63ffb852"
|
||||||
# )))
|
# )))
|
||||||
print("-----------Get a list of trusted users for a specific user----------------")
|
# print("-----------Get a list of trusted users for a specific user----------------")
|
||||||
users = API.run_job('trust.listbyuserinit', "simon-little")
|
# users = API.run_job('trust.listbyuserinit', "simon-little")
|
||||||
print(users)
|
# print(users)
|
||||||
users = API.run_job('trust.listbyuserhas', "simon-little ")
|
# users = API.run_job('trust.listbyuserhas', "simon-little ")
|
||||||
print(users)
|
# print(users)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue