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)))