New coupon for next 30 days
This commit is contained in:
parent
10cce5e17b
commit
409846bd3f
7 changed files with 16 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/python3
|
||||
version = __version__ = "4.57.0.2 Unreleased"
|
||||
version = __version__ = "4.57.0.3 Unreleased"
|
||||
|
||||
_change_log = """
|
||||
Changelog since 4.57.0 released to PyPI on 13-Feb-2022
|
||||
|
@ -8,6 +8,8 @@ _change_log = """
|
|||
Added checking for timeout error to execute_get_results instead of showing an error popup as it's not truly an error in this case
|
||||
4.57.0.2
|
||||
Added cast to bool of default parm for Checkbox element in case user passes in an incorrect type
|
||||
4.57.0.3
|
||||
Coupon... for 30 days this time....
|
||||
"""
|
||||
|
||||
__version__ = version.split()[0] # For PEP 396 and PEP 345
|
||||
|
@ -23488,7 +23490,7 @@ def main():
|
|||
# webbrowser.open_new_tab(r'https://udemy.com/PySimpleGUI')
|
||||
webbrowser.open_new_tab(r'https://www.buymeacoffee.com/PySimpleGUI')
|
||||
elif event in ('-EMOJI-HEARTS-', '-HEART-'):
|
||||
popup_scrolled("Oh look! It's a Udemy discsount coupon!", '79994E6167BB8E172D5B')
|
||||
popup_scrolled("Oh look! It's a Udemy discsount coupon!", '0D50D92ADEDA243A4A4B')
|
||||
|
||||
elif event == 'Themes':
|
||||
search_string = popup_get_text('Enter a search term or leave blank for all themes', 'Show Available Themes', keep_on_top=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue