On Mon, 17 Aug 2020, Tim Connors wrote:
On Mon, 17 Aug 2020, Tim Connors wrote:
On Fri, 14 Aug 2020, Trent W. Buck wrote:
Thanks for reminding me to finish my
proof-of-concept script to undo
some of BOM's recent monetization changes; I just did so.
Can you chuck a sort around that glob? I'd do it myself, but it's not
perl and I'm an old fart.
That was easy. Turns out I do still learn stuff:
- *tempdir_path.glob('*.T.*.4.png'),
+ *sorted(tempdir_path.glob('*.T.*.4.png')),
And finally, the BoM has just transitioned to a 5 minute scan strategy, so
this seems to be the current schedule:
if (then.minute+1) % 5 == 0], # was 6, should now be 5
--
Tim Connors