You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Knowing when a comparison page has been generated or updated is useful
I don't know if this could be added the same way as in #32. If the page is generated by a python script, the current time string can be very easily generated the following way
>>> import time
>>> time.asctime()
'Thu Nov 21 17:34:14 2019'
The text was updated successfully, but these errors were encountered:
Knowing when a comparison page has been generated or updated is useful
I don't know if this could be added the same way as in #32. If the page is generated by a python script, the current time string can be very easily generated the following way
The text was updated successfully, but these errors were encountered: