Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update token regex #1148

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Update token regex #1148

merged 1 commit into from
Jul 1, 2024

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
3 of 13 checks passed
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