mirror of
https://github.com/public-apis/public-apis
synced 2025-04-07 13:06:38 +02:00
Add temporary replacement of punctuation
This commit is contained in:
parent
71167b2716
commit
e2482af448
@ -5,6 +5,9 @@ import sys
|
|||||||
from string import punctuation
|
from string import punctuation
|
||||||
from typing import List, Tuple, Dict
|
from typing import List, Tuple, Dict
|
||||||
|
|
||||||
|
# Temporary replacement
|
||||||
|
# The descriptions that contain () at the end must adapt to the new policy later
|
||||||
|
punctuation = punctuation.replace('()', '')
|
||||||
|
|
||||||
anchor = '###'
|
anchor = '###'
|
||||||
auth_keys = ['apiKey', 'OAuth', 'X-Mashape-Key', 'User-Agent', 'No']
|
auth_keys = ['apiKey', 'OAuth', 'X-Mashape-Key', 'User-Agent', 'No']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user