mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
4dc62cfb8e
commit
94ff176452
|
@ -4978,6 +4978,9 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
fields = \
|
fields = \
|
||||||
extract_text_fields_in_post(post_bytes, boundary, debug)
|
extract_text_fields_in_post(post_bytes, boundary, debug)
|
||||||
|
|
||||||
|
print('hashtag category POST bytes: ' + str(post_bytes))
|
||||||
|
print('hashtag category POST fields: ' + str(fields))
|
||||||
|
|
||||||
if fields.get('hashtagCategory'):
|
if fields.get('hashtagCategory'):
|
||||||
category_str = fields['hashtagCategory'].lower()
|
category_str = fields['hashtagCategory'].lower()
|
||||||
if not is_blocked_hashtag(base_dir, category_str) and \
|
if not is_blocked_hashtag(base_dir, category_str) and \
|
||||||
|
|
Loading…
Reference in New Issue