Skip to content

Commit

Permalink
Image address
Browse files Browse the repository at this point in the history
missing h
  • Loading branch information
Aleks ANDRÉ authored and tresni committed Jun 3, 2020
1 parent 068cf96 commit 9c42f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Time/solar-time.1s.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# <bitbar.author>Alexandre André</bitbar.author>
# <bitbar.author.github>XanderLeaDaren</bitbar.author.github>
# <bitbar.desc>Displays the apparent solar time. Specify your longitude in the script.</bitbar.desc>
# <bitbar.image>ttps://github.com/XanderLeaDaren/bitbar-solar-time/blob/master/bitbar_solar-time.jpg?raw=true</bitbar.image>
# <bitbar.image>https://github.com/XanderLeaDaren/bitbar-solar-time/blob/master/bitbar_solar-time.jpg?raw=true</bitbar.image>
# <bitbar.dependencies>python</bitbar.dependencies>
# <bitbar.abouturl>https://github.com/XanderLeaDaren/bitbar-solar-time</bitbar.abouturl>

Expand All @@ -32,4 +32,4 @@
print "---"
print "Time Zone Offset: "+str(tz/3600)+" h"
print "Position Offset: %.3f" % pos+" min"
print "Equation of Time: %.3f" % -eq_time+" min"
print "Equation of Time: %.3f" % -eq_time+" min"

0 comments on commit 9c42f69

Please sign in to comment.