feat: added log info

This commit is contained in:
RTAkland
2021-12-18 08:14:15 +08:00
parent 03ab659d05
commit 2a6a91f2e6

View File

@@ -8,6 +8,8 @@
import sys
from core import qweather
from core.logger import Logger
if __name__ == '__main__':
Logger.info('Start')
sys.exit(qweather.main())