From 90b5de8acd41acc9129afe5a481d2663f7b175c3 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Fri, 3 Apr 2015 23:11:54 +0200 Subject: [PATCH] spelling error ans -> and --- README.md | 3 ++- boswatch.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69b5caa..1593c3f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # BOSWatch -Python Script to Recive and Decode German BOS Information with rtl_fm ans multimon-NG +Python Script to Recive and Decode German BOS Information with rtl_fm and multimon-NG **Please** only use Code from **master-Branch** - thats the only stable! @@ -66,6 +66,7 @@ More Options you can find in the extern config.ini File in this Folder ### Requirements - RTL_SDR (rtl_fm) - Multimon-NG +- MySQL Connector for Python ##### optional - Webserver with PHP diff --git a/boswatch.py b/boswatch.py index 91ccf77..393d987 100644 --- a/boswatch.py +++ b/boswatch.py @@ -3,7 +3,7 @@ ##### Info ##### # BOSWatch -# Python Script to Recive and Decode BOS Information with rtl_fm and multimon-NG +# Python Script to Recive and Decode German BOS Information with rtl_fm and multimon-NG # For more Information see the README.md ##### Info ##### @@ -40,7 +40,7 @@ def stop_script(err): #With -h or --help you get the Args help #ArgsParser -parser = argparse.ArgumentParser(prog="boswatch.py", description="BOSWatch is a Python Script to Recive and Decode German BOS Information with rtl_fm ans multimon-NG", epilog="More Options you can find in the extern config.ini File in this Folder") +parser = argparse.ArgumentParser(prog="boswatch.py", description="BOSWatch is a Python Script to Recive and Decode German BOS Information with rtl_fm and multimon-NG", epilog="More Options you can find in the extern config.ini File in this Folder") #parser.add_argument("-c", "--channel", help="BOS Channel you want to listen") parser.add_argument("-f", "--freq", help="Frequency you want to listen", required=True) parser.add_argument("-d", "--device", help="Device you want to use (Check with rtl_test)", type=int, default=0)