Skip to content

Commit

Permalink
CD test push
Browse files Browse the repository at this point in the history
  • Loading branch information
ronbruins committed Nov 10, 2024
1 parent 549fa90 commit 1d0a1a8
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"All Libraries Scanned")
sendtg(f"CD Test All Libraries Scanned")

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

0 comments on commit 1d0a1a8

Please sign in to comment.