Skip to content

Commit

Permalink
Merge pull request #548 from yandex/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
direvius committed Mar 30, 2018
2 parents 2a8aa47 + 26bc9bf commit 1a82bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yandextank/plugins/Phantom/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, sender):
def render(self, screen):
res = ""

dur_seconds = int(time.time()) - int(self.owner.phantom_start_time)
dur_seconds = int(time.time()) - int(self.owner.start_time)

eta_time = 'N/A'
eta_secs = -1
Expand Down

0 comments on commit 1a82bb3

Please sign in to comment.