We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf5f18 commit b330fbfCopy full SHA for b330fbf
zbxtg.py
@@ -712,6 +712,9 @@ def main():
712
if "--forked" in args:
713
settings["forked"] = True
714
715
+ if "--tg-key" in args:
716
+ tg.key = args[args.index("--tg-key") + 1]
717
+
718
location_coordinates = {"latitude": None, "longitude": None}
719
if settings["lat"] > 0 and settings["lat"] > 0:
720
location_coordinates = {"latitude": settings["lat"], "longitude": settings["lon"]}
0 commit comments