Browse Source
thread view URL changed (simplified)
board?### is now the same as board?m=thread;t=###
tags/2.0
153
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
index.py3
|
|
@@ -67,6 +67,8 @@ def main(): |
|
|
|
print("<a href='.'><< back</a><br>") |
|
|
|
print("----"*10, "<p>") |
|
|
|
eval(f[select_func]) |
|
|
|
elif wt.raw_query().isdigit: |
|
|
|
bbs_thread(wt.raw_query()) |
|
|
|
|
|
|
|
else: |
|
|
|
bbs_main() |
|
|
|