fix: [Crawler] incorrect config

pull/422/head
Terrtia 2019-07-10 09:42:20 +02:00
parent cefe8063e7
commit 26a4c7fd2c
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ if __name__ == '__main__':
# Setup the I/O queues
p = Process(config_section)
splash_url = '{}:{}'.format( p.config.get("Crawler", "splash_url_onion"), splash_port)
splash_url = '{}:{}'.format( p.config.get("Crawler", "splash_url"), splash_port)
print('splash url: {}'.format(splash_url))
PASTES_FOLDER = os.path.join(os.environ['AIL_HOME'], p.config.get("Directories", "pastes"))