theNeofr commited on
Commit
c99620c
·
verified ·
1 Parent(s): d02ba0f

Update StableGR.py

Browse files
Files changed (1) hide show
  1. StableGR.py +1 -1
StableGR.py CHANGED
@@ -16,7 +16,7 @@ import tempfile
16
  import hashlib
17
 
18
 
19
- TEMP_DIR = os.getcwd())
20
 
21
  def parse_urls(s):
22
  url_pattern = "https?://[\\w/:%#\\$&\\?\\(\\)~\\.=\\+\\-]+"
 
16
  import hashlib
17
 
18
 
19
+ TEMP_DIR = os.getcwd()
20
 
21
  def parse_urls(s):
22
  url_pattern = "https?://[\\w/:%#\\$&\\?\\(\\)~\\.=\\+\\-]+"