aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpux <pux@pux.dom>2020-02-27 20:02:26 +0100
committerpux <pux@pux.dom>2020-02-27 20:02:26 +0100
commitca02d45a9b078aa1d385eed3721e215d41278048 (patch)
treeebb7a8cd05d8ec619f0f9a853d7c8245d8317296
parentd63e62f9769dbbabfa71366e585ef5a5e41b726d (diff)
downloadtimebomb-ca02d45a9b078aa1d385eed3721e215d41278048.tar.gz
timebomb-ca02d45a9b078aa1d385eed3721e215d41278048.tar.bz2
timebomb-ca02d45a9b078aa1d385eed3721e215d41278048.zip
fix typo
-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