mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-06-10 05:30:00 -05:00
Set debug messages to logged debugs instead of prints
This commit is contained in:
@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user