From a0157bf2951bfc8e6cb98a8cfe71e39dc0236cd1 Mon Sep 17 00:00:00 2001 From: Rahul Patel Date: Wed, 18 Aug 2021 14:02:04 +0530 Subject: [PATCH] Add missing "import time" for Example section. import time statement is missing in ## Example section of README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca7a27e..fa13ee7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ setuptools ## Example ``` +import time from win10toast import ToastNotifier toaster = ToastNotifier() toaster.show_toast("Hello World!!!",