This commit is contained in:
parent
d6187e758e
commit
d65cbb844b
@ -36,7 +36,7 @@ async def on_message(message: IncomingMessage):
|
|||||||
msg_json = json.loads(message.body)
|
msg_json = json.loads(message.body)
|
||||||
now = datetime.now(tz=tzlocal.get_localzone())
|
now = datetime.now(tz=tzlocal.get_localzone())
|
||||||
|
|
||||||
r = requests.get(f"http://input-service/sample/{msg_json['tag']}")
|
r = requests.get(f"http://input-service/input/{msg_json['tag']}")
|
||||||
r.raise_for_status()
|
r.raise_for_status()
|
||||||
|
|
||||||
fields = {
|
fields = {
|
||||||
|
Loading…
Reference in New Issue
Block a user