Browse Source

test komentu

hornija 11 months ago
parent
commit
294783ffd6
1 changed files with 1 additions and 0 deletions
  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):