From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [10.7.7.5] (unknown [182.253.183.240]) by gnuweeb.org (Postfix) with ESMTPSA id 5FE0D81663; Sun, 20 Nov 2022 04:56:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1668920182; bh=k+wkYpk2Uy435QqXSksJhW13JH5qQg+oC73DTv0+2Ok=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=UZoJ3TIolAaDEIHcmsDAEda/HyPbfWzNGIIsY85yL9lMZqs4Nsz2l8vFGaftH3ehc 9lHGc3jhoo+TZTwmrUisOLjIb/Pd5kKOAzY9DBLYZBtbeXnAMJv1zpw8qwyAdRNZyc xwCIiKlY5umGWC4OJjSkx7akfxqTtlc9D/pWYo3cUXvMGUHhf1vuKCYsAiNKxV+Pw/ mTPLyB1xMr2qTZER4hqC5eVM9vifopBXRO1tS78oOp2oIEuaruv/p4fnTAq1mK3Ojk RE5rlYbVMymh4nQb6hOV3VHSdI4bmxvJTU3t1YuuSvoFalpZKp+sz3w+3kPzQt+YnX VcV3UAeQ0QwZw== Message-ID: <805d11ed-cd4e-3c2f-9145-7d4e29175c5a@gnuweeb.org> Date: Sun, 20 Nov 2022 11:56:19 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v2 10/17] telegram: Add variable LOG_CHANNEL_ID declaration Content-Language: en-US To: Muhammad Rizki Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20221109025002.258-1-kiizuha@gnuweeb.org> <20221109025002.258-11-kiizuha@gnuweeb.org> From: Ammar Faizi In-Reply-To: <20221109025002.258-11-kiizuha@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 11/9/22 9:49 AM, Muhammad Rizki wrote: > Declare a variable LOG_CHANNEL_ID in the config.py.example for the > send_log_file() in the next commit. > > Signed-off-by: Muhammad Rizki I really don't understand why are we keep using .env file if we have config.py. I want you to get rid of the env file and use the config.py only. Unless you can give me a reasonable answer of why we are using both of them. -- Ammar Faizi