6 lines
83 B
Python
6 lines
83 B
Python
import requests
|
|
from herrewebpy import logger
|
|
|
|
logger.info(f'Running {__file__}')
|
|
|