Python Forum
Need some help with merging two scripts
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need some help with merging two scripts
#6
time.time is a method. You have to call it.
>>> import time
>>> time.time()
1527294696.1632197
So:
end time = time.time() + (light_on_delay * 60) # see the brackets?
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
Need some help with merging two scripts - by Kimzer - May-23-2018, 04:18 PM
RE: Need some help with merging two scripts - by wavic - May-26-2018, 12:35 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020