I have the code for python 2.6, but isn't this unnecessary anymore? #349
Replies: 1 comment 1 reply
-
I don't think we need to keep Python 2.x compatibility code around any longer. Feel free to remove. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't think else's
return (dt.microseconds + (dt.seconds + dt.days * 24 * 3600) * 10**6) / 10**6
will pass anymore.https://github.com/jertel/elastalert2/blob/master/elastalert/util.py#L265
Beta Was this translation helpful? Give feedback.
All reactions