Skip to content

Commit

Permalink
fix(cai_tool.py): remove main() redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
shc261392 committed Sep 27, 2021
1 parent 05c70d6 commit 6c99e09
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions c2pa/cai_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,10 +562,5 @@ def main():
process(assertions, claim, store_label)


def main():
script = sys.argv[0]
process()


if __name__ == "__main__":
main()

0 comments on commit 6c99e09

Please sign in to comment.