From 546b60cd8aac7b14f0030df883789d355a89576c Mon Sep 17 00:00:00 2001 From: dutta-rohan <94938704+dutta-rohan@users.noreply.github.com> Date: Fri, 4 Mar 2022 12:09:35 -0800 Subject: [PATCH] Add files via upload (#417) Updating phone_tools --- tools/phone_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/phone_tools.py b/tools/phone_tools.py index 036d343a7..09534d1d9 100644 --- a/tools/phone_tools.py +++ b/tools/phone_tools.py @@ -1,7 +1,6 @@ #!/usr/bin/python3.9 """ phone_tools : Tools for Phones: Reserve / Unreserve using Perfecto - reboot, run_cmd, etc ./phone_tools --startTime 09.02.2022 13:52:00 --endTime 09.02.2022 14:19:00 --deviceId 3747365744583398 --securityToken eyJhbGciOiJIUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI3NzkzZGM0Ni1jZmU4LTQ4ODMtYjhiOS02ZWFlZGU2OTc2MDkifQ --perfectoURL tip --action reserve --reservationNumber """ @@ -18,6 +17,7 @@ class PhoneTools: def __init__(self, startTime, endTime, deviceId, securityToken, perfectoURL): self.startTime = startTime + self.endTime = endTime self.deviceId = deviceId self.securityToken = securityToken self.perfectoURL = perfectoURL