From 39caee7d41d8448841878775bfab4518f136031a Mon Sep 17 00:00:00 2001 From: Lynne Date: Fri, 19 Jul 2019 16:14:07 +1000 Subject: [PATCH] remove placeholder code --- post.py | 1 - 1 file changed, 1 deletion(-) diff --git a/post.py b/post.py index 8ef1e7a..0e32637 100644 --- a/post.py +++ b/post.py @@ -32,4 +32,3 @@ client = Mastodon( # make a post! # if you delete this line, you can also remove the random module from the imports list. -client.status_post("Hi! Your random number is: {}".format(random.randint(0,10000)))