Merge pull request #1554 from return42/fix-demo-engine

[fix] demo_online.py - fixed typo
This commit is contained in:
Markus Heiser 2022-07-25 20:10:31 +02:00 committed by GitHub
commit 7fab950284
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ list in ``settings.yml``:
from json import loads
from urllib.parse import urlencode
engine_type = 'offline'
engine_type = 'online'
categories = ['general']
disabled = True
timeout = 2.0