Skip to content

Commit

Permalink
Update ndbiaw.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoboi13 authored Feb 25, 2024
1 parent a1f1a81 commit 5934215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndbiaw.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
print(''''\ \_____\ \ \_____\ \ \_\\"\_\ \ \_____\ \ \_\ \_\ \ \_\ \_\ \ \_\ \ \_____\ \ \_\ \_\'''')
print('''' \/_____/ \/_____/ \/_/ \/_/ \/_____/ \/_/ /_/ \/_/\/_/ \/_/ \/_____/ \/_/ /_/''''')
print("")
referrer = os.environ('WARP_VARIABLE_ID')
referrer = os.environ['WARP_VARIABLE_ID']
def genString(stringLength):
try:
letters = string.ascii_letters + string.digits
Expand Down

0 comments on commit 5934215

Please sign in to comment.