Skip to content

Commit

Permalink
Updated timestamp so it is no longer hard coded
Browse files Browse the repository at this point in the history
  • Loading branch information
tachang committed Feb 28, 2010
1 parent 55ccbeb commit 4c473e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Release 2.0/EyeFiServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def startSession(self, postData):
transfermodeElement.appendChild(transfermodeElementText)

transfermodetimestampElement = doc.createElement("transfermodetimestamp")
transfermodetimestampElementText = doc.createTextNode("1230268824")
transfermodetimestampElementText = doc.createTextNode(handler.extractedElements["transfermodetimestamp"])
transfermodetimestampElement.appendChild(transfermodetimestampElementText)

upsyncallowedElement = doc.createElement("upsyncallowed")
Expand Down

0 comments on commit 4c473e7

Please sign in to comment.