mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-05-11 17:00:23 -05:00
Set debug messages to logged debugs instead of prints
This commit is contained in:
parent
7dbf37cd08
commit
c20d9be311
@ -25,7 +25,7 @@ for i in MPC.getPrimaryLocations():
|
||||
zipCodes.append(LFR.getZip(i))
|
||||
|
||||
airports = MPC.getAirportCodes()
|
||||
print(airports)
|
||||
l.debug(airports)
|
||||
|
||||
apiKey = '21d8a80b3d6b444998a80b3d6b1449d3'
|
||||
|
||||
|
@ -26,7 +26,7 @@ for i in MPC.getPrimaryLocations():
|
||||
coopIds.append(LFR.getCoopId(i))
|
||||
geocodes.append(LFR.getLatLong(i).replace('/', ','))
|
||||
|
||||
print(coopIds, geocodes)
|
||||
l.debug(coopIds, geocodes)
|
||||
|
||||
apiKey = '21d8a80b3d6b444998a80b3d6b1449d3'
|
||||
|
||||
|
@ -27,7 +27,7 @@ for i in MPC.getPrimaryLocations():
|
||||
pollenIds.append(LFR.getPollenInfo(i))
|
||||
geocodes.append(LFR.getLatLong(i).replace('/', ','))
|
||||
|
||||
print(pollenIds, geocodes)
|
||||
l.debug(pollenIds, geocodes)
|
||||
|
||||
apiKey = '21d8a80b3d6b444998a80b3d6b1449d3'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user