Kaynağa Gözat

test komentu

hornija 11 ay önce
ebeveyn
işleme
294783ffd6
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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):