fix: Description fixed

pull/276/head
chrisr3d 2019-02-05 14:54:22 +01:00
parent d1000d82c4
commit 08fe0cbe09
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ except ImportError:
misperrors = {'error': 'Error'} misperrors = {'error': 'Error'}
mispattributes = {'input': ['btc'], 'output': ['text']} mispattributes = {'input': ['btc'], 'output': ['text']}
moduleinfo = {'version': '0.1', 'author': 'Christian Studer', moduleinfo = {'version': '0.1', 'author': 'Christian Studer',
'description': 'Checks if a BTC address is referenced as a scam.', 'description': 'Checks if a BTC address has been abused.',
'module-type': ['hover']} 'module-type': ['hover']}
moduleconfig = [] moduleconfig = []