mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
Refactoring codebase to remove .decode()
This commit is contained in:
@@ -114,7 +114,7 @@ LOGIN_REDIRECT_URL = '/comic/'
|
||||
|
||||
LOGIN_URL = '/login/'
|
||||
|
||||
UNRAR_TOOL = 'C:/Program Files/WinRAR/unrar'
|
||||
UNRAR_TOOL = os.getenv("UNRAR_TOOL", None)
|
||||
|
||||
CBREADER_USE_RECAPTCHA = False
|
||||
RECAPTCHA_PRIVATE_KEY = ''
|
||||
|
||||
Reference in New Issue
Block a user