Skip to content

Commit 07f001b

Browse files
committed
fix up rapid module, add git ignore
1 parent f686b85 commit 07f001b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ lib-cov
66
*.out
77
*.pid
88
*.gz
9+
*.pyc
910

1011
pids
1112
logs

app/rapid.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
def query_articles():
1+
def top_articles():
22
return []
33

4-
def search_articles():
4+
def search_articles(query):
55
return []
66

7-
def insert_article():
7+
def insert_article(article):
88
return False

0 commit comments

Comments
 (0)