NDOJ/judge/jinja2/chat.py
2023-04-15 18:35:02 +07:00

7 lines
187 B
Python
Executable file

from . import registry
from chat_box.utils import encrypt_url
@registry.function
def chat_param(request_profile, profile):
return encrypt_url(request_profile.id, profile.id)