diff --git a/README.md b/README.md index b8e13da..98b3914 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Use the shell interface below. wyebab -Reads stdin outputs to stdout. +Reads stdin outputs to stdout and keeps server. blank + enter quits. wyebab requst_uri + ' ' + page_uri diff --git a/wyebrun.c b/wyebrun.c index 9ae7478..730a801 100644 --- a/wyebrun.c +++ b/wyebrun.c @@ -527,7 +527,6 @@ gboolean ipccb(GIOChannel *ch, GIOCondition c, gpointer p) until(lastuntil = atoi(arg)); break; case CSdata: - g_hash_table_add(orders, id); getdata(id, arg); g_hash_table_remove(orders, id);