mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 15:14:31 -04:00
whitespace
This commit is contained in:
parent
8fb2ee8aca
commit
9e816c6b71
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@ FETCH_SCREENSHOT = os.getenv('FETCH_SCREENSHOT', 'True' ).l
|
||||||
RESOLUTION = os.getenv('RESOLUTION', '1440,900' ) # screenshot resolution
|
RESOLUTION = os.getenv('RESOLUTION', '1440,900' ) # screenshot resolution
|
||||||
FETCH_FAVICON = os.getenv('FETCH_FAVICON', 'True' ).lower() == 'true'
|
FETCH_FAVICON = os.getenv('FETCH_FAVICON', 'True' ).lower() == 'true'
|
||||||
SUBMIT_ARCHIVE_DOT_ORG = os.getenv('SUBMIT_ARCHIVE_DOT_ORG', 'True' ).lower() == 'true'
|
SUBMIT_ARCHIVE_DOT_ORG = os.getenv('SUBMIT_ARCHIVE_DOT_ORG', 'True' ).lower() == 'true'
|
||||||
ARCHIVE_PERMISSIONS = os.getenv('ARCHIVE_PERMISSIONS', '755' )
|
ARCHIVE_PERMISSIONS = os.getenv('ARCHIVE_PERMISSIONS', '755' )
|
||||||
CHROME_BINARY = os.getenv('CHROME_BINARY', 'google-chrome') # change to chromium browser if using chromium
|
CHROME_BINARY = os.getenv('CHROME_BINARY', 'google-chrome') # change to chromium browser if using chromium
|
||||||
WGET_BINARY = os.getenv('WGET_BINARY', 'wget' )
|
WGET_BINARY = os.getenv('WGET_BINARY', 'wget' )
|
||||||
|
|
||||||
def check_dependencies():
|
def check_dependencies():
|
||||||
print('[*] Checking Dependencies:')
|
print('[*] Checking Dependencies:')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue