mirror of
git://holbrook.no/eth-faucet
synced 2026-07-27 15:43:45 +02:00
Add missing event emissions, codegen script package fix
This commit is contained in:
@@ -15,8 +15,13 @@ argparser = argparse.ArgumentParser()
|
||||
argparser.add_argument('name', type=str, default='faucet', choices=['faucet', 'period'], help='list code identifiers')
|
||||
args = argparser.parse_args(sys.argv[1:])
|
||||
|
||||
fp = os.path.join(data_dir, tr[args.name] + '.bin')
|
||||
f = open(fp, 'r')
|
||||
r = f.read()
|
||||
f.close()
|
||||
print(r)
|
||||
def main():
|
||||
fp = os.path.join(data_dir, tr[args.name] + '.bin')
|
||||
f = open(fp, 'r')
|
||||
r = f.read()
|
||||
f.close()
|
||||
print(r)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
@@ -4,7 +4,7 @@ version = 0.1.1
|
||||
description = Gas token gifter with controls from time intervals, amounts and access.
|
||||
author = Louis Holbrook
|
||||
author_email = dev@holbrook.no
|
||||
url = https://git.grassecon.net/cicnet/eth-faucet
|
||||
url = https://git.defalsify.org/eth-faucet
|
||||
keywords =
|
||||
ethereum
|
||||
classifiers =
|
||||
|
||||
Reference in New Issue
Block a user