diff --git a/simple_IMSI-catcher.py b/simple_IMSI-catcher.py index bc6def2..3757738 100644 --- a/simple_IMSI-catcher.py +++ b/simple_IMSI-catcher.py @@ -538,7 +538,7 @@ def find_imsi_from_pkg(p): udpdata = str(p[UDP].payload) find_imsi(udpdata) -if __name__ == '__main__': +if __name__ == "__main__": imsitracker = tracker() parser = OptionParser(usage="%prog: [options]") parser.add_option("-a", "--alltmsi", action="store_true", dest="show_all_tmsi", help="Show TMSI who haven't got IMSI (default : false)")