This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ModernStuff
/
iyagi-bbs
mirror of
https://github.com/153/iyagi-bbs/
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
Update mod.py
tags/1.7
153
2 years ago
committed by
GitHub
parent
128723be01
commit
57caf8244f
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
mod.py
+ 2
- 0
mod.py
View File
@@ -57,6 +57,8 @@ def del_thread(thr=''):
# delete it, then remove thr from list
# confirm before writing
thr = str(thr)
if os.path.exists(thread_dir + thr + ".txt"):
print(thread_dir + thr + ".txt")
for n, line in enumerate(lis):
Write
Preview
Loading…
Cancel
Save