station_profile.create: print timestamp in milliseconds when removing ports when debug is on

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2022-01-24 12:56:39 -08:00
committed by shivam
parent dbc9c21b80
commit a16072f062

View File

@@ -528,6 +528,7 @@ class StationProfile:
continue
if debug:
print('Timestamp: %s' % time.time() * 1000)
print("- 3264 - ## %s ## add_sta_r.jsonPost - - - - - - - - - - - - - - - - - - " % eidn)
add_sta_r.jsonPost(debug=self.debug)
finished_sta.append(eidn)