@@ -183,7 +183,10 @@ class ParsedReplay(db.Model):
ift.seconds<60*60:
t_string=t_string[2:]
ift.microseconds!=0:
returnt_string[:-4]
ifself.game=="tmnf":
returnt_string[:-4]
else:
returnt_string[:-3]
returnt_string+".00"
def__repr__(self):
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.