From d5236de7d6bfd8ad84383866171c80269f9ccdcc Mon Sep 17 00:00:00 2001 From: Luis Batalha Date: Tue, 2 Apr 2024 00:21:15 +0100 Subject: [PATCH] change double to single quotes --- utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils.py b/utils.py index 6ab55c2..1198bd4 100644 --- a/utils.py +++ b/utils.py @@ -159,8 +159,8 @@ def time(cmd): def weather(cmd): if not cmd.args: return - flags = "format=**%l:**+%c+++🌡+`%t(%f)`++💦+`%h`++💨+`%w`++**☔**+`%p/3h`++**UVI:**+`%u`\ - \n**Time:**+`%T`++**Sunrise:**+`%S`++**Sunset:**+`%s`++**Moon:**+%m" + flags = 'format=**%l:**+%c+++🌡+`%t(%f)`++💦+`%h`++💨+`%w`++**☔**+`%p/3h`++**UVI:**+`%u`\ + \n**Time:**+`%T`++**Sunrise:**+`%S`++**Sunset:**+`%s`++**Moon:**+%m' location = cmd.args if location.isdecimal() and len(location) == 5: location += '-us'