Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Dec 14, 2023
1 parent 802e90e commit a68f8d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@

fileview = sys.argv[1]
webhook_url = sys.argv[2]
token = sys.argv[3]

syn.login(password = token)
syn.login()


def find_modified_entities_fileview(
Expand Down

0 comments on commit a68f8d3

Please sign in to comment.