6 lines
83 B
Python
Raw Normal View History

2023-10-23 22:28:20 +02:00
import requests
from herrewebpy import logger
2023-10-29 19:29:01 +01:00
logger.info(f'Running {__file__}')