Skip to content

Commit 2acea44

Browse files
authored
Merge pull request henryxzx#2 from Finenyaco/master
test webhook push
2 parents d5794fd + 30b2aaf commit 2acea44

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

main.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ def info_read_from_excel():
7474
# doc.save("替换结果/{}".format(file.split("\\")[-1]))
7575
print("{} 替换完成".format(file))
7676
print("pptest")
77-
77+
print("sealtest, test webhook push")
78+
79+
def bar():
80+
print("test plugin")
7881

7982
if __name__ == '__main__':
8083
info_read_from_excel()

test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test push

0 commit comments

Comments
 (0)