Skip to content

Commit

Permalink
improve scrpt
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Fraccaroli committed Nov 29, 2023
1 parent 7311073 commit 9baa987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/faucet.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def compute_pow_solution(challenge, difficulty):
i += 1

if __name__ == '__main__':
parser = argparse.ArgumentParser(description='Test.')
parser = argparse.ArgumentParser(description='Request from an amount of token from faucet.')
parser.add_argument('url', action='store', type=str, required=False, default=DEFAULT_URL, help='The faucet url.')
parser.add_argument('token', action='store', type=int, required=False, help='The token address.')
parser.add_argument('amount', action='store', type=int, required=False, default=1000, help='The token amount.')
Expand Down

0 comments on commit 9baa987

Please sign in to comment.