mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Remove stray extra space in message
This commit is contained in:
parent
099981b832
commit
1ad4474315
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ def TimeToString(seconds):
|
||||||
return "%.2f centuries" % (seconds / (3600*24*365.25 * 100))
|
return "%.2f centuries" % (seconds / (3600*24*365.25 * 100))
|
||||||
if seconds < 3600 * 24 * 365.25 * 1000000:
|
if seconds < 3600 * 24 * 365.25 * 1000000:
|
||||||
return "%.2f millenia" % (seconds / (3600*24*365.25 * 100))
|
return "%.2f millenia" % (seconds / (3600*24*365.25 * 100))
|
||||||
return " like, forever, dude"
|
return "like, forever, dude"
|
||||||
|
|
||||||
def SendJSONRPCCommand(host,port,method,params):
|
def SendJSONRPCCommand(host,port,method,params):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue