Skip to content

Commit

Permalink
text fixes #3, CI/CD fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lek-x committed Jul 15, 2023
1 parent a900bb3 commit 57f9c73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check_nomad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
- dev
- prod

pull_request:
branches:
- main

env:
path_bot: bot_code
image_name: tgwbot
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def get_weather(message):
"""
if re.match(
"glory to ukraine|slava ukraine|слава украине|cлава україні",
str(message.text).lower,
str(message.text).lower(),
):
bot.reply_to(
message,
Expand Down

0 comments on commit 57f9c73

Please sign in to comment.