brackets are difficult...

pull/302/head
Sascha Rommelfangen 2019-04-23 15:40:22 +02:00 committed by GitHub
parent 72cd5e3c1f
commit 2d8aaf09c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ debug = True
debug_prefix = "[DEBUG] QR Code module: "
# format example: bitcoin:1GXZ6v7FZzYBEnoRaG77SJxhu7QkvQmFuh?amount=0.15424
# format example: http://example.com
cryptocurrencies = {'bitcoin'}
schemas = {'http://', 'https://', 'ftp://'}
cryptocurrencies = ['bitcoin']
schemas = ['http://', 'https://', 'ftp://']
moduleconfig = []