From d82f72fa5c24af0ced43d158edd3446df4d6903a Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Sat, 17 Dec 2022 22:16:22 -0500 Subject: [PATCH] test --- main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 3ac98a1..c3c3ead 100644 --- a/main.py +++ b/main.py @@ -72,7 +72,9 @@ if __name__ == "__main__": else: with open(PID_FILE, "w") as f: f.write(str(os.getpid())) - print("Wrote PID to file bot.pid") + print("" + "Wrote PID to f" + "ile the file "+PID_FILE) f.close() try: asyncio.get_event_loop().run_until_complete(main())