瀏覽代碼

test komentu

hornija 11 月之前
父節點
當前提交
294783ffd6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      script.py

+ 1 - 0
script.py

@@ -1,6 +1,7 @@
 import re, os
 
 wiki_dir = "C:\\Coding\\python\\dropbox-pictures-regex\\wiki\\"
+# koment
 regex = r"(?:(?:https?)+\:\/\/+[a-zA-Z0-9\/\._-]{1,})+(?:(?:jpe?g|png))"
 
 for path, dirs, files in os.walk(wiki_dir):