diff --git a/git_build/Dockerfile b/git_build/Dockerfile index c3ee4d2..d114b1d 100644 --- a/git_build/Dockerfile +++ b/git_build/Dockerfile @@ -11,4 +11,4 @@ dpkg-reconfigure -f noninteractive tzdata ARG BUILDDATE ENV BUILDDATE $BUILDDATE RUN echo $BUILDDATE && cd /tmp && git clone https://git.pblr-nyk.pro/gsd/Facti13.QiwiBot.v2 && cp -a Facti13.QiwiBot.v2/. /app && rm -r Facti13.QiwiBot.v2 -ENTRYPOINT ["python", "bot.py"] \ No newline at end of file +ENTRYPOINT ["python", "paybot.facti13.py"] \ No newline at end of file diff --git a/paybot.facti13.py b/paybot.facti13.py index dad896b..c4ef66d 100644 --- a/paybot.facti13.py +++ b/paybot.facti13.py @@ -57,7 +57,7 @@ class Client: return ######################################## currency = t.sum.currency - if str(currency) != "643":#643-rub code + if str(currency) != "RUB":#643-rub code warning(f"[{t.id}] currency not be rub, drop") return ########################################