diff options
| author | 2019-11-18 12:06:59 +0000 | |
|---|---|---|
| committer | 2019-11-18 12:06:59 +0000 | |
| commit | 9c4902dcfe2d016b71435ff4be348ea76a1cd7cf (patch) | |
| tree | 2f1c8fd44be3758558c7b56b9672d95c299df1c6 /modules/bitcoin.py | |
| parent | v1.15.0-rc1 release (diff) | |
| signature | ||
"EventsResultsError"->"EventResultsError", move errors to utils.error
Diffstat (limited to 'modules/bitcoin.py')
| -rw-r--r-- | modules/bitcoin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bitcoin.py b/modules/bitcoin.py index 4eb4c8d0..91fd84fb 100644 --- a/modules/bitcoin.py +++ b/modules/bitcoin.py @@ -24,4 +24,4 @@ class Module(ModuleManager.BaseModule): event["stderr"].write("Unknown currency, available " "currencies: %s" % ", ".join(page.data.keys())) else: - raise utils.EventsResultsError() + raise utils.EventResultsError() |
