Skip to content

Commit

Permalink
Default Changelist
Browse files Browse the repository at this point in the history
  • Loading branch information
TPCD committed Oct 16, 2019
1 parent 6cd9aee commit 4ee6cc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Counter.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def counter(file = 'README.md'):
num += int(re.findall(p1, line)[0])

return num

def write_num(file = 'README.md'):
with open(file, 'a', encoding='UTF-8') as f:
num_reference = counter(file)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,3 +563,5 @@ Here is the content of our project.

- [2019-09-04](2019/09/04_Wed/Papers.md):{11} _Cross-modal Graph Embedding Related_
I have already read 227 references so far (2019-06-12-14-26-51).

I have already read 238 references so far (2019-10-16-21-25-08).

0 comments on commit 4ee6cc7

Please sign in to comment.