Skip to content

Commit

Permalink
Donate button
Browse files Browse the repository at this point in the history
Issue #252
  • Loading branch information
damies13 committed Oct 26, 2024
1 parent 4c84da2 commit cc4fef9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rfswarm_reporter/rfswarm_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
import matplotlib.font_manager as font_manager
import openpyxl # used for xlsx export
import tzlocal
import webbrowser
from docx import Document # used for docx export
from docx.enum.style import WD_STYLE_TYPE # used for docx export
from docx.enum.text import WD_ALIGN_PARAGRAPH # used for docx export
Expand Down Expand Up @@ -7889,6 +7890,9 @@ def close_donation_reminder(self, *args):
base.debugmsg(5, "args:", args)
self.drWindow.destroy()

url = "https://github.com/sponsors/damies13"
webbrowser.open(url, new=0, autoraise=True)

#
# Settings
#
Expand Down

0 comments on commit cc4fef9

Please sign in to comment.