Removed default value in bot

This commit is contained in:
Florian Kellermann
2022-04-26 09:31:25 +02:00
parent 585d290355
commit eac839f0bd
2 changed files with 1 additions and 2 deletions

View File

@@ -19,7 +19,6 @@ import sys
from multiprocessing import Process
from apscheduler.schedulers.background import BackgroundScheduler
from api_handling.api_handler import API_Handler
from news.news_fetcher import format_article
'''