This commit is contained in:
Aevann1 2021-07-30 08:04:34 +02:00
parent c51b509b62
commit 355d63d9d3

View file

@ -97,7 +97,8 @@ def post_id(pid, anything=None, v=None):
try: pid = int(pid)
except: pid = int(pid, 36)
post = get_post(pid, v=v)