aboutsummaryrefslogtreecommitdiff
path: root/timebomb.py
diff options
context:
space:
mode:
Diffstat (limited to 'timebomb.py')
-rw-r--r--timebomb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/timebomb.py b/timebomb.py
index c3229ce..bd9e594 100644
--- a/timebomb.py
+++ b/timebomb.py
@@ -60,7 +60,7 @@ def main():
message(m=time_m, s=time_s)
def sleep(m, s):
- time_sum_s = - (m * 60) + s
+ time_sum_s = (m * 60) + s
time_m, time_s = divmod(time_sum_s, 60)
print('Start: ' + time.ctime())
in each repos: see "about"-tab (if existing) for more details / README.
mailto contact at omeckman dot net
all timestamps in UTC (German winter time: UTC+01:00, summer time: UTC+02:00)
dark theme is a modded version of: https://gist.github.com/Yoplitein/f4b671a2ec70c9e743fa