Skip to content

Commit

Permalink
missed a space
Browse files Browse the repository at this point in the history
itsnebulalol committed Jul 3, 2022
1 parent 465c786 commit afb1bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -92,7 +92,7 @@ def main():
exit(1)

# Prompt the user if they'd like to use an external IPA or a local IPA
option = input("[?] Would you like to use an IPA stored on the web, or on your system? [external, local]")
option = input("[?] Would you like to use an IPA stored on the web, or on your system? [external, local] ")
option = option.lower()

with tempfile.TemporaryDirectory() as tmpfolder:

0 comments on commit afb1bda

Please sign in to comment.