Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Nov 29, 2023
1 parent 0904c13 commit 67625f1
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ def main():
request_msg.entity_id = "1111"
response_msg = dt.GetResponse()
response_msg.property_value = 12
<<<<<<< HEAD
=======
dt
>>>>>>> 09fd7f1 (added python sample)
print(request_msg)
print(response_msg)


if __name__ == "__main__":
exit(main())
exit(main())

0 comments on commit 67625f1

Please sign in to comment.