fix: update ntfy tests for SSE API (reconnect_delay)

This commit is contained in:
2026-03-15 15:07:49 -07:00
committed by Gene Johnson
parent 3ad280a65b
commit 1af30d86bf
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ import json
import threading
import time
import urllib.request
from urllib.parse import urlparse, parse_qs, urlencode, urlunparse
from urllib.parse import parse_qs, urlencode, urlparse, urlunparse
class NtfyPoller: