Skip to content

Commit af825fe

Browse files
committed
Setup Arg Fixed
1 parent 5dc04c4 commit af825fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def main():
3030
start()
3131

3232
if __name__ == '__main__':
33-
if "setup" in argv:
33+
if "--setup" in argv:
3434
install()
3535
exit(0)
3636

0 commit comments

Comments
 (0)