Merge pull request #580 from soykan/patch-1

Requirements of sun module
This commit is contained in:
tobi-wan-kenobi 2020-03-27 13:29:22 +01:00 committed by GitHub
commit 733e182b31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,10 @@
"""Displays sunrise and sunset times """Displays sunrise and sunset times
Requires the following python packages:
* requests
* suntime
Parameters: Parameters:
* cpu.lat : Latitude of your location * cpu.lat : Latitude of your location
* cpu.lon : Longitude of your location * cpu.lon : Longitude of your location