remove placeholder code
This commit is contained in:
parent
3f19e63b47
commit
39caee7d41
1 changed files with 0 additions and 1 deletions
1
post.py
1
post.py
|
@ -32,4 +32,3 @@ client = Mastodon(
|
||||||
|
|
||||||
# make a post!
|
# make a post!
|
||||||
# if you delete this line, you can also remove the random module from the imports list.
|
# 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)))
|
|
||||||
|
|
Loading…
Reference in a new issue