erc20-faucet

ERC20 token faucet
Log | Files | Refs

commit d20692eed123701b135a7433ba4f68e722b8e2a5
parent b8227f80ba17ba12dcd60a1d117a16f3ff9e89fc
Author: nolash <dev@holbrook.no>
Date:   Thu, 14 Jan 2021 10:47:56 +0100

Remove hardcoded debug loglevel

Diffstat:
Mpython/erc20_single_shot_faucet/faucet.py | 1-
Mpython/setup.cfg | 4++--
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/python/erc20_single_shot_faucet/faucet.py b/python/erc20_single_shot_faucet/faucet.py @@ -8,7 +8,6 @@ import logging import json import os -logging.basicConfig(level=logging.DEBUG) logg = logging.getLogger() moddir = os.path.dirname(__file__) diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-single-shot-faucet -version = 0.2.0a1 +version = 0.2.0a3 description = ERC20 token faucet that can be used once per account author = Louis Holbrook author_email = dev@holbrook.no @@ -28,7 +28,7 @@ packages = erc20_single_shot_faucet.runnable install_requires = web3==5.12.2 - crypto-dev-signer~=0.4.13b2 + crypto-dev-signer~=0.4.13b9 tests_require = eth-tester==0.5.0b2 py-evm==0.3.0a20