Skip to content

Commit 5797853

Browse files
committed
fixed args to init
1 parent b98cc41 commit 5797853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .logger import *
55
import sys
66

7-
def init(url , branch , path):
7+
def init(path):
88
checkdata(path)
99

1010

0 commit comments

Comments
 (0)