Skip to content

Commit 57b982b

Browse files
authored
Update analytics.py
1 parent 55289a3 commit 57b982b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

course/analytics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python2
2+
#author: River
23
import sys,os
34
with open(sys.argv[1], 'r') as f, open('/tmp/qpydoc.tmp', 'w') as g, open(os.path.dirname(os.path.abspath(__file__))+'/analyticscode.txt','r') as e:
45
pth = sys.argv[1][1:]

0 commit comments

Comments
 (0)