Skip to content

Commit b330fbf

Browse files
author
Ilya Ableev
committed
#98, first implementation
1 parent 7bf5f18 commit b330fbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zbxtg.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,9 @@ def main():
712712
if "--forked" in args:
713713
settings["forked"] = True
714714

715+
if "--tg-key" in args:
716+
tg.key = args[args.index("--tg-key") + 1]
717+
715718
location_coordinates = {"latitude": None, "longitude": None}
716719
if settings["lat"] > 0 and settings["lat"] > 0:
717720
location_coordinates = {"latitude": settings["lat"], "longitude": settings["lon"]}

0 commit comments

Comments
 (0)