Skip to content

Commit 13b7be0

Browse files
committed
Add comment
1 parent 2d19556 commit 13b7be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitea_import_actions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
for line in f:
2626
line_clean = line.rstrip('\n')
2727
line_split = line_clean.split(',')
28-
val = (USERID, 5, USERID, REPOID, 0, BRANCH, 1, int(line_split[1]))
28+
val = (USERID, 5, USERID, REPOID, 0, BRANCH, 1, int(line_split[1])) # 5 means commit
2929
print(val)
3030
mycursor.execute(sql, val)
3131

0 commit comments

Comments
 (0)