This commit is contained in:
Aevann1 2021-11-16 23:27:06 +02:00
parent 4262407240
commit 10cf6f2405

View file

@ -13,6 +13,8 @@ from .flags import CommentFlag
from random import randint
site = environ.get("DOMAIN").strip()
if site == 'pcmemes.net': cc = "splash mountain"
else: cc = "country club"
class Comment(Base):