153
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
backlink.py
|
|
@@ -3,7 +3,7 @@ import re |
|
|
|
from collections import defaultdict |
|
|
|
import webtools as wt |
|
|
|
|
|
|
|
threadpath "./threads/" |
|
|
|
threadpath = "./threads/" |
|
|
|
|
|
|
|
def load_thread(th): |
|
|
|
th = int(th) |
|
|
|