Skip to content

Commit

Permalink
chaged message text
Browse files Browse the repository at this point in the history
  • Loading branch information
ronbruins committed Nov 10, 2024
1 parent c370a74 commit 8470eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibraryManagement.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def main():
url = base_url + api
libraries = callimmich(url, api_value, "GET", payload)
scanlib(api_value,libraries)
sendtg(f"Local VSCode push Test All Libraries Scanned")
sendtg(f"Brancmod local VSCode All Libraries Scanned")

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

0 comments on commit 8470eb8

Please sign in to comment.