Procházet zdrojové kódy

Ignore fishbowl wikis, because we can't log in to them.

pull/24/head
Ben Kurtovic před 12 roky
rodič
revize
b0a6da8b36
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      pages/copyvios.mako

+ 1
- 1
pages/copyvios.mako Zobrazit soubor

@@ -155,7 +155,7 @@
for site in matrix.itervalues():
if isinstance(site, list): # Special sites
for special in site:
if "closed" not in special and "private" not in special:
if "closed" not in special and "private" not in special and "fishbowl" not in special:
full = urlparse(special["url"]).netloc
if full.count(".") == 1: # No subdomain, so use "www"
lang, project = "www", full.split(".")[0]


Načítá se…
Zrušit
Uložit