forked from swee/MeowNex
fix good
This commit is contained in:
parent
e08e1170e5
commit
06df01e507
1 changed files with 1 additions and 1 deletions
2
cc/cc
2
cc/cc
|
@ -1,3 +1,3 @@
|
|||
import os
|
||||
from sys import argv
|
||||
print(argv[1] + ": " + ", ".join(os.listdir("/home/swee/cc")))
|
||||
print(argv[1] + ": " + ", ".join(os.listdir("cc/")))
|
Loading…
Reference in a new issue