This commit is contained in:
AffectedArc07
2021-02-03 14:56:01 +00:00
parent 07d4a3b353
commit 3c211aa5da

View File

@@ -68,6 +68,7 @@ rustg_dll.log_write.argtypes = [c_int, c_char_p * 2]
timestamp = datetime.now()
# Generate valid results for the time now and the next 2 seconds. This is so we can account for spurious CI lag.
valid_results = []
for count in range(3):
timestamp_text = timestamp.strftime('[%Y-%m-%dT%H:%M:%S]') # 8601 is king