List of incompetent jackasses who can't check a source if their lives depended on it:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import sys | |
import sched | |
from pync import Notifier | |
def main(): | |
seconds = int(sys.argv[1]) * 60 | |
text = sys.argv[2] |