Fix news output

This commit is contained in:
sqozz 2021-11-18 18:37:12 +01:00
parent 42000da787
commit 72e563e42f
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ def donations():
def news():
with open("news.txt", "r") as news_file:
news = news_file.read()
return news
def hardware_info():
processor = get_cpuinfo()