Skip to content

Commit

Permalink
reverted to original
Browse files Browse the repository at this point in the history
  • Loading branch information
ronbruins committed Nov 10, 2024
1 parent 09f4ca9 commit 7c85f0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LibraryManagement.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ def main():
url = base_url + api
libraries = callimmich(url, api_value, "GET", payload)
scanlib(api_value,libraries)
sendtg(f"Brancmod local VSCode All Libraries Scanned")
sendtg(f"All Libraries Scanned")


def sendtg(message):
TOKEN = settings.tg_token
Expand Down

0 comments on commit 7c85f0d

Please sign in to comment.