remove placeholder code

This commit is contained in:
Lynne Megido 2019-07-19 16:14:07 +10:00
parent 3f19e63b47
commit 39caee7d41

View File

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