Skip to content

Commit

Permalink
Fix main
Browse files Browse the repository at this point in the history
Signed-off-by: Choonho Son <[email protected]>
  • Loading branch information
Choonho Son committed Oct 27, 2023
1 parent 9c589b8 commit 48c115b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ def main(persona):
print(f"Run {persona} function...")

if __name__ == "__main__":
main()
main(persona)

0 comments on commit 48c115b

Please sign in to comment.