mirror of https://gitlab.com/bashrc2/epicyon
Check for no value
parent
79a73f9c70
commit
a9491491e7
|
@ -7902,6 +7902,8 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
continue
|
continue
|
||||||
if '<' in site_url:
|
if '<' in site_url:
|
||||||
continue
|
continue
|
||||||
|
if not site_url.strip():
|
||||||
|
continue
|
||||||
buy_sites[buy_icon_text] = site_url.strip()
|
buy_sites[buy_icon_text] = site_url.strip()
|
||||||
if str(self.server.buy_sites) != \
|
if str(self.server.buy_sites) != \
|
||||||
str(buy_sites):
|
str(buy_sites):
|
||||||
|
|
Loading…
Reference in New Issue