X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=python%2Fvlrs%2Fsap.py;h=1fefc45e3f817b10f5ffabe72326af563c8cd828;hb=b6fde88ed9664916983ea43fc5f3d7ee76a96748;hp=0185307287219afab641218a0472a487bc70f119;hpb=a58b4dc89a43426936a77fd3c3023b7d2674301b;p=vlc diff --git a/python/vlrs/sap.py b/python/vlrs/sap.py index 0185307287..1fefc45e3f 100644 --- a/python/vlrs/sap.py +++ b/python/vlrs/sap.py @@ -9,7 +9,7 @@ import cfg,socket,struct,time,threading def ntpTime(): - "return the current time in NTP decimal format" + "Return the current time in NTP decimal format" return "%d" % (int(time.time()) + 2208988800L)