mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
v0.12.6
This commit is contained in:
parent
44e76d5eeb
commit
08f4695283
2 changed files with 4 additions and 4 deletions
|
@ -65,9 +65,9 @@ def uncomment(fpath):
|
|||
|
||||
|
||||
def main():
|
||||
print("uncommenting", end="")
|
||||
print("uncommenting", end="", flush=True)
|
||||
for f in sys.argv[1:]:
|
||||
print(".", end="")
|
||||
print(".", end="", flush=True)
|
||||
uncomment(f)
|
||||
|
||||
print("k")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue