remove print
This commit is contained in:
parent
e67cc0d542
commit
79ec9cdc57
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ def timestampScreen(timestamp):
|
|||
def timedeltaToString(time):
|
||||
"""Différence entre une heure en seconde et maintenant"""
|
||||
age = str(timedelta(seconds = time)).replace('day', 'jour').replace(', ', ':').split(':')
|
||||
print(age)
|
||||
if len(age) == 4:
|
||||
a = [1, 1, 1, 1] # a pour affichage
|
||||
if len(age) == 3:
|
||||
|
|
Reference in a new issue