Skip to content

Commit

Permalink
Version 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejpapez authored Feb 16, 2021
1 parent 2445dc4 commit 6cc2a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ApplSec.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ def setTitleForNewUpdates(number):
else:
resultsT2 += f"{emoj} {header} - no bugs fixed\n"

results2 += f"{mainLink}\n"
setTitleForNewUpdates(len(re.findall("-", results2)))
results2 += f"{mainLink}\n"
results = results1 + results2
api.update_status(emoji.emojize(f"{results}", use_aliases=True))

Expand Down Expand Up @@ -297,4 +297,4 @@ def setTitleForChangedReleases(number):
changedLinks.append(link)

if changedLinks != []:
printChanges(changedLinks)
printChanges(changedLinks)

0 comments on commit 6cc2a94

Please sign in to comment.