We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b1099 commit 975f8d3Copy full SHA for 975f8d3
zhook.py
@@ -276,7 +276,7 @@ def addReleaseDetails(self):
276
self.attachment["text"] = bodyText
277
278
def addWatchDetails(self):
279
- self.body["text"] = f"{self.createTitle()}\n#stargazer"
+ self.body["text"] = f"{self.createTitle()} #stargazer"
280
login = self.senderJson["login"]
281
loginUrl = self.senderJson["html_url"]
282
starCount = self.repoJson["stargazers_count"]
0 commit comments