removed UnderArmour / MapMyFitness
This commit is contained in:
@@ -105,6 +105,15 @@ info_calls = [
|
||||
|
||||
import random
|
||||
|
||||
def dologging(filename,s):
|
||||
tstamp = time.localtime()
|
||||
timestamp = time.strftime('%b-%d-%Y %H:%M:%S', tstamp)
|
||||
with open('filename','a') as f:
|
||||
f.write('\n')
|
||||
f.write(timestamp)
|
||||
f.write(' ')
|
||||
f.write(s)
|
||||
|
||||
def to_pace(pace):
|
||||
minutes, seconds = divmod(pace,60)
|
||||
seconds, rest = divmod(seconds, 1)
|
||||
|
||||
Reference in New Issue
Block a user