diff --git a/gps_data_igate_beacon.py b/gps_data_igate_beacon.py index 234f474..189fe3d 100644 --- a/gps_data_igate_beacon.py +++ b/gps_data_igate_beacon.py @@ -57,4 +57,4 @@ while int(CONFIG['GPS_DATA']['IGATE_BEACON_TIME']) > 15: AIS.sendall(beacon_packet) print(beacon_packet) AIS.close() - time.sleep(int(CONFIG['GPS_DATA']['IGATE_BEACON_TIME'])) + time.sleep(int(CONFIG['GPS_DATA']['IGATE_BEACON_TIME'])*60)