Compare commits
No commits in common. "fabb887282a50eb38b87649241ed1d3cbcb8febd" and "06e2ed890a26b94669b220da874d429c9d109d98" have entirely different histories.
fabb887282
...
06e2ed890a
1
gen.py
1
gen.py
|
@ -47,6 +47,7 @@ if __name__ == '__main__':
|
||||||
toot = "@amber@toot.site Something went fucky"
|
toot = "@amber@toot.site Something went fucky"
|
||||||
client.status_post(toot, visibility='unlisted', spoiler_text="Error!")
|
client.status_post(toot, visibility='unlisted', spoiler_text="Error!")
|
||||||
try:
|
try:
|
||||||
|
print(toot)
|
||||||
if str(toot) == "":
|
if str(toot) == "":
|
||||||
print("Filtered")
|
print("Filtered")
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue