diff options
author | pux <pux@pux.dom> | 2020-04-03 00:45:14 +0200 |
---|---|---|
committer | pux <pux@pux.dom> | 2020-04-03 00:45:14 +0200 |
commit | 0362cc36550eed6f919d7d6e6812ddcd0df748ba (patch) | |
tree | 13b74e5827ed5ba6055aba9406aa58e734eb0e59 | |
parent | bf286de1db011e040694be46c73c7e914e1b4a32 (diff) | |
download | timebomb-0362cc36550eed6f919d7d6e6812ddcd0df748ba.tar.gz timebomb-0362cc36550eed6f919d7d6e6812ddcd0df748ba.tar.bz2 timebomb-0362cc36550eed6f919d7d6e6812ddcd0df748ba.zip |
cosmetic
-rw-r--r-- | timebomb.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/timebomb.py b/timebomb.py index c62eedc..0be3663 100644 --- a/timebomb.py +++ b/timebomb.py @@ -61,7 +61,6 @@ def main(): time_m = abs(args.m[0]) if args.s or args.m: - notify2.init('timebomb') sleep(m=time_m, s=time_s) message(m=time_m, s=time_s) |