From 26efc25d2b815f839af05571c6663f30929be338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sun, 26 Jul 2026 21:55:35 +0200 Subject: [PATCH] dsighlkf --- freshrss-fav-archiver.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/freshrss-fav-archiver.py b/freshrss-fav-archiver.py index 6797d41..d7b1a0b 100644 --- a/freshrss-fav-archiver.py +++ b/freshrss-fav-archiver.py @@ -25,13 +25,7 @@ def load_env_file(path=".env"): os.environ.setdefault(key, value) -load_env_file()Initialize the random number generator. - -If a is omitted or None, the current system time is used. If randomness sources are provided by the operating system, they are used instead of the system time (see the os.urandom() function for details on availability). - -If a is an int, its absolute value is used directly. - -With version 2 (the default), a str, bytes, or bytearray object gets converted to an int and all of its bits are used. +load_env_file() FRESHRSS_DB = os.environ["FRESHRSS_DB"] ARCHIVE_INDEX = os.environ["ARCHIVE_INDEX"]