Skip to content

Update token regex#1148

Merged
caronc merged 1 commit intocaronc:masterfrom
easychen:patch-1
Jul 1, 2024
Merged

Update token regex#1148
caronc merged 1 commit intocaronc:masterfrom
easychen:patch-1

Conversation

@easychen
Copy link
Contributor

@easychen easychen commented Jul 1, 2024

The new version of the token contains the - sign

Description:

Related issue (if applicable): #

New Service Completion Status

  • apprise/plugins/.py
  • KEYWORDS
    • add new service into this file (alphabetically).
  • README.md
    • add entry for new service to table (as a quick reference)
  • packaging/redhat/python-apprise.spec
    • add new service into the %global common_description

Checklist

  • The code change is tested and works locally.
  • There is no commented out code in this PR.
  • No lint errors (use flake8)
  • 100% test coverage

Testing

Anyone can help test this source code as follows:

# Create a virtual environment to work in as follows:
python3 -m venv apprise

# Change into our new directory
cd apprise

# Activate our virtual environment
source bin/activate

# Install the branch
pip install git+https://github.com/caronc/apprise.git@<this.branch-name>

# Test out the changes with the following command:
apprise -t "Test Title" -b "Test Message" \
  <apprise url related to ticket>

The new version of the token contains the - sign
@caronc caronc merged commit 35ed4d2 into caronc:master Jul 1, 2024
caronc added a commit that referenced this pull request Jul 2, 2024
@easychen easychen deleted the patch-1 branch July 2, 2024 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants