]> git.phdru.name Git - bookmarks_db.git/blobdiff - check_urls.py
Simpler temp file name.
[bookmarks_db.git] / check_urls.py
index 057e023e7eb675026b85ec7f364bc988431e2ca4..ab1985ba01b95d4fa45c5b84e484ceed61dfd3c9 100755 (executable)
@@ -6,8 +6,8 @@
 """
 
 
-import sys, os, tempfile
-tempfname = "check_urls" + tempfile.gettempprefix() + "tmp"
+import sys, os
+tempfname = "check_urls.tmp"
 
 
 def run():