forked from MarseyWorld/MarseyWorld
fix posting
parent
b5c9d9116f
commit
8f9d982104
|
@ -347,7 +347,7 @@ def rehole_post(v, pid, hole):
|
||||||
|
|
||||||
return {"message": f"Post moved to {sub_to_str}!"}
|
return {"message": f"Post moved to {sub_to_str}!"}
|
||||||
|
|
||||||
def on_post_hole_entered(post):
|
def on_post_hole_entered(post, v):
|
||||||
if not post.sub or not post.subr:
|
if not post.sub or not post.subr:
|
||||||
return
|
return
|
||||||
hole = post.subr.name
|
hole = post.subr.name
|
||||||
|
|
Loading…
Reference in New Issue