Skip to content

Commit

Permalink
add missing :
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritium committed Oct 9, 2023
1 parent 1e5fc40 commit 5345639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-scripts/brownie/scripts/pokeInjectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from brownie import network, accounts, Contract
import os

def main()
def main():
## LOAD wallet
mnemonic = os.environ["KEYWORDS"]
account = accounts.from_mnemonic(mnemonic)
Expand Down

0 comments on commit 5345639

Please sign in to comment.