dWiGhT
dWiGhT
was reading that another option is to do 20 flaps instead, 2 sets of the digits+blank. was hoping that by doing numbers only that this would help reduce some complexity....
>I'm not a comcast customer anymore I'm so looking forward to that day...
Secrets.swift basically defines `Secrets.apiKey` which is the API key that you need from airnowapi.org. You can get that value from creating an account at https://www.airnowapi.org and doing this: https://docs.airnowapi.org/forecastsbyzip/query generate...
wondering if a "health/status" app could be deployed for each deployed or static app that would respond to a query like this. I typically have a `health` endpoint on all...
I'd be fine if the refactoring were done so that the code would be not be duplicated and would allow just one place to make the determination of "deployed" or...
#234 might help us define deployed/static better...
Yeah, noticed it isn't working now... :( ``` web.1 | 18-Aug 20:39:51-INFO: Attempting check-in... web.1 | 18-Aug 20:39:51-INFO: Error. web.1 | 18-Aug 20:39:52-INFO: Error. web.1 | 18-Aug 20:39:52-INFO: Error. web.1...
is anyone else having this issue?
you need to apply this patch... https://github.com/loblab/noip-renew/pull/89/files
Yeah... something like ``` # get the next update and schedule it for random time 7 days before the required update nextCheckDate, nextCheckHour, nextCheckMin = \ date.today() + timedelta(days=(1+randrange(5) if...