Skip to content

Commit 6da76ca

Browse files
RARNinja.py
1 parent eead0e3 commit 6da76ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RARNinja.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def clrscr():
8181

8282
while (True):
8383

84-
RAR = input("\nEnter Rute RAR file here: ")
84+
RAR = input("\nEnter Rute RAR file here: ").strip()
8585
user=getuser()
8686
syst=os.path.exists("/data/data/com.termux/files/")
8787
if syst == True:

0 commit comments

Comments
 (0)