Skip to content

Commit

Permalink
Update reporters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thp authored Aug 13, 2024
1 parent c2635eb commit 696c7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/urlwatch/reporters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ def submit(self):

class GotifyReporter(MarkdownReporter):
"""Send a message to a gotify server"""
MAX_LENGTH = 16*1024
MAX_LENGTH = 16 * 1024

__kind__ = 'gotify'

Expand Down

0 comments on commit 696c7a8

Please sign in to comment.