Skip to content

Commit ca8fa37

Browse files
Minor updates
1 parent ae8eeff commit ca8fa37

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ log.html
44
output.xml
55
report.html
66
credentials
7+
testme.py

src/AppriseLibrary.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,4 @@ def send_apprise_message(
470470

471471

472472
if __name__ == "__main__":
473-
appr = AppriseLibrary(clients="MEIN_SECRET")
474-
appr.send_apprise_message(
475-
body="My Body", title="My Title", notify_type="warning", body_format="markdown"
476-
)
477-
478473
pass

0 commit comments

Comments
 (0)