From dd4cf464cb3332af17fe550e6d4ab972c4deeb49 Mon Sep 17 00:00:00 2001 From: "exersalza \"Julian J" Date: Mon, 18 Sep 2023 13:23:05 +0200 Subject: [PATCH] Update finder.py --- cipherFinder/finder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cipherFinder/finder.py b/cipherFinder/finder.py index 8089a3f..1c1327b 100755 --- a/cipherFinder/finder.py +++ b/cipherFinder/finder.py @@ -41,7 +41,7 @@ COLORS = ["\033[0m", "\033[91m", "\033[92m"] RAW_BIG_MODEL = ( "https://raw.githubusercontent.com/exersalza/" - "FivemCipherFinder/main/big.model" + "FivemCipherFinder/blob/bd1c3898ca2617005c58cbd465fd8e2a0c3d5fad/big.model" )