Skip to content

Commit 3dbed90

Browse files
Rollback test datatables
1 parent ad0522d commit 3dbed90

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
datatable: true
3-
---
4-
51
# Kattis Solutions
62
![Visitors](https://count.getloli.com/get/@RussellDash332)
73

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
if diff_mapper: contents.append([pid, f"|[{path}]({url})| {pid} |{diff_mapper[pid]}|{''.join(hyps).replace(' ','%20')}|\n"]); diff_mapper.pop(pid)
6969
else: contents.append([pid, f"|[{path}]({url})| {pid} |{''.join(hyps).replace(' ','%20')}|\n"])
7070

71-
lines = open('README.md', 'r').readlines()[:7]
71+
lines = open('README.md', 'r').readlines()[:3]
7272
assert not diff_mapper, diff_mapper
7373
assert not nus_problems, nus_problems
7474
with open('README.md', 'w+') as f:

0 commit comments

Comments
 (0)