Revert "fix url"

This reverts commit 44130e2bf9.
pull/353/head
aaronkaplan 2019-11-25 22:24:57 +01:00
parent b82716f888
commit 777483838b
No known key found for this signature in database
GPG Key ID: 1AED8B672DD4C9B1
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ copyright = """
__version__ = 0.1
baseurl = "https://ransomcoindb.metadata.li/api/v1/"
baseurl = "https://ransomcoindb.concinnity-risks.com/api/v1/"
urls = {'BTC': {'btc' : baseurl + 'bin2btc/',
'md5' : baseurl + 'bin2btc/md5/',
'sha1' : baseurl + 'bin2btc/sha1/',

View File

@ -14,7 +14,7 @@ debug=False
misperrors = {'error': 'Error'}
# mispattributes = {'input': ['sha1', 'sha256', 'md5', 'btc', 'xmr', 'dash' ], 'output': ['btc', 'sha1', 'sha256', 'md5', 'freetext']}
mispattributes = {'input': ['sha1', 'sha256', 'md5', 'btc'], 'output': ['btc', 'sha1', 'sha256', 'md5', 'freetext']}
moduleinfo = {'version': __version__, 'author': 'Aaron Kaplan', 'description': 'Module to access the ransomcoinDB (see https://ransomcoindb.metadata.li)', 'module-type': ['expansion', 'hover']}
moduleinfo = {'version': __version__, 'author': 'Aaron Kaplan', 'description': 'Module to access the ransomcoinDB (see https://ransomcoindb.concinnity-risks.com)', 'module-type': ['expansion', 'hover']}
moduleconfig = ['api-key']