removed logs
This commit is contained in:
parent
c82eb6e914
commit
a1bf67d06f
1 changed files with 0 additions and 5 deletions
|
@ -3,9 +3,6 @@ from pathlib import Path
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
from logging_conf import get_logger
|
|
||||||
|
|
||||||
logger = get_logger(__name__)
|
|
||||||
|
|
||||||
class SignalMessager:
|
class SignalMessager:
|
||||||
def __init__(self, api_url: str, user_number: str):
|
def __init__(self, api_url: str, user_number: str):
|
||||||
|
@ -34,6 +31,4 @@ class SignalMessager:
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.info(body)
|
|
||||||
|
|
||||||
requests.post(self.api_url, headers=headers, json=body)
|
requests.post(self.api_url, headers=headers, json=body)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue