black pastas

This commit is contained in:
Andrew Rogers
2021-10-23 11:11:27 -05:00
parent 60e9985edd
commit fc85c81449
+3
View File
@@ -1,3 +1,6 @@
# NOTE: Each pasta tweet should be no more than 263 characters long!
def get_pastas() -> list:
pfile = open("pastas.txt", mode="r")
pastas = pfile.read().split("\n\n")