mirror of
https://codeberg.org/gaschz/passff-host.git
synced 2025-06-06 18:08:46 +02:00
commit
a7ecc05f19
@ -61,6 +61,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
if len(receivedMessage) == 0:
|
if len(receivedMessage) == 0:
|
||||||
opt_args = ["show"]
|
opt_args = ["show"]
|
||||||
|
pos_args = ["/"]
|
||||||
elif receivedMessage[0] == "insert":
|
elif receivedMessage[0] == "insert":
|
||||||
opt_args = ["insert", "-m"]
|
opt_args = ["insert", "-m"]
|
||||||
pos_args = [receivedMessage[1]]
|
pos_args = [receivedMessage[1]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user