summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-07-08 21:47:38 +0300
committerYuval Adam <_@yuv.al>2018-07-08 21:47:38 +0300
commitd1e30b39f962fb1e69184dc62ca6595e41695702 (patch)
tree06a0e958c1b50330d5474be11ce2e84094fdfee4 /src
parentcd4e5a5330b9ccc75c4cb91c2e91bfd16efd36cf (diff)
Back to reading a single char
Diffstat (limited to 'src')
-rw-r--r--src/main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index d05f302..972e7b0 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -31,6 +31,5 @@ fn main() {
}
// test a single char read
- // cli::read_char();
- upnp::discover();
+ cli::read_char();
}