diff options
| author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-09 18:26:13 +0100 | 
|---|---|---|
| committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-09 18:26:13 +0100 | 
| commit | ecabdfaf915887dbd91b6742d0fc1bf81cf336a0 (patch) | |
| tree | dd6d83a2fd983dab379a2f9e36ef78ea8f2597cc | |
| parent | 8228a4bcd35dee4452f84fda2aba857b05f66f93 (diff) | |
| download | jnfilter-ecabdfaf915887dbd91b6742d0fc1bf81cf336a0.tar.gz jnfilter-ecabdfaf915887dbd91b6742d0fc1bf81cf336a0.tar.bz2 jnfilter-ecabdfaf915887dbd91b6742d0fc1bf81cf336a0.zip | |
fix: Update urlv0.1.2
| -rw-r--r-- | jnfilter/__init__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/jnfilter/__init__.py b/jnfilter/__init__.py index 35be6bd..80b5e02 100644 --- a/jnfilter/__init__.py +++ b/jnfilter/__init__.py @@ -9,7 +9,7 @@ from flask import Flask, Response, request  app =  Flask(__name__) -URL = "https://jovemnerd.com.br/feed-nerdcast/" +URL = "https://api.jovemnerd.com.br/feed-nerdcast/"  RegexCollection = {      "nerdcast": "NerdCast [0-9]+[a-c]* -", | 
