From 223ab282a3d17c41928c7f75f3b39bbf67599627 Mon Sep 17 00:00:00 2001 From: Riccardo Benedetti <43098109+rbenedettix@users.noreply.github.com> Date: Mon, 6 Jun 2022 11:49:42 +0200 Subject: [PATCH] Added comment len property to required values --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 9aabe78..99e6afa 100644 --- a/main.py +++ b/main.py @@ -23,6 +23,7 @@ REQUIRED_VALUES = [ "REDDIT_USERNAME", "REDDIT_PASSWORD", "OPACITY", + "MAX_COMMENT_LEN", ]