|
@@ -116,7 +116,7 @@ class PwmanCliWin(PwmanCli):
|
|
flushtimeout = flushtimeout or 10
|
|
flushtimeout = flushtimeout or 10
|
|
print("erasing in {} sec...".format(flushtimeout))
|
|
print("erasing in {} sec...".format(flushtimeout))
|
|
time.sleep(int(flushtimeout))
|
|
time.sleep(int(flushtimeout))
|
|
- winSetClipboard("")
|
|
|
|
|
|
+ winSetClipboard(b"")
|
|
|
|
|
|
def do_open(self, args):
|
|
def do_open(self, args):
|
|
ids = self._get_ids(args)
|
|
ids = self._get_ids(args)
|