Skip to content

Commit ccc905d

Browse files
committed
removed unnecessary files
1 parent c18712b commit ccc905d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Leetcode/script.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
2-
difficulty = input("Enter difficulty: ")
2+
message = input("Enter commit message: ")
33
os.system("git add .")
4-
os.system("git commit -m \"Added " + difficulty + " problem.\"")
4+
os.system("git commit -m \"" + message + "\"")
55
os.system("git push -u origin master")

0 commit comments

Comments
 (0)