Skip to content

Commit

Permalink
fix cli exec
Browse files Browse the repository at this point in the history
  • Loading branch information
sehnem committed Dec 9, 2021
1 parent 3892de3 commit 2f7a632
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tap_procore/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,4 @@ def update_config(self):
json.dump(self._config, f, indent=4)

# CLI Execution:
if __name__=="__main__":
TapProcore.cli()
cli = TapProcore.cli

0 comments on commit 2f7a632

Please sign in to comment.