Get_pets()

@Ryan
can you add in this function, remaining time (time left) of pick pet (in second, minute, hour, or days)

Sure.

in next update?

Yes.

thanks, waiting u :wink:

you gonna add it as int or string or datetime?

Number of seconds remaining.

what is the key name in get_pets() to call time left

	pets = get_pets()
	if pets:
		for k, v in pets.items():
			if v['type'] == 'pick':
				log(str(v['time']))

what should i enter to return the remaining time of pick pet?
@Ryan

‘remaining’