Skip to content
Snippets Groups Projects
Commit e7cbd3f4 authored by Hendrik Buschmeier's avatar Hendrik Buschmeier
Browse files

Clean up.

parent 59a7cb65
No related branches found
No related tags found
No related merge requests found
......@@ -34,12 +34,11 @@
from __future__ import division, print_function
import logging
import os
import platform
import re
import sys
import time
import argparse
import os
import platform
import ipaaca
......@@ -141,9 +140,6 @@ if __name__ == '__main__':
resend_active=True)
buffers[channel].register_handler(my_update_handler)
print('')
print('Ipaaca IU Sniffer - run with --help to see options')
channellist = 's ' if len(arguments.channels) > 1 else ' '
channellist += ', '.join(arguments.channels)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment