Forráskód Böngészése

change domain name for further reading

Jason 2 éve
szülő
commit
41ad8de1d4
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      backstage/blogs/routes.py

+ 1 - 1
backstage/blogs/routes.py

@@ -368,7 +368,7 @@ def edit_blog_editfurther():
     for d in data:
         if d!='':
             try:
-                link=d.split("1313")[1]
+                link=d.split("bhouse.com.tw")[1]
                 if link[-1] == "/":
                     link = link[:-1]
                     d = d[:-1]