diff --git a/.drone.yml b/.drone.yml index 8dd642e..8af0626 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,7 @@ steps: commands: - cd /usr/share/$DRONE_REPO_NAME - git pull + - chown -R jack:jack . - name: restart systemd unit commands: - systemctl restart jack_bot diff --git a/__pycache__/sqdb.cpython-39.pyc b/__pycache__/sqdb.cpython-39.pyc new file mode 100644 index 0000000..b6e998b Binary files /dev/null and b/__pycache__/sqdb.cpython-39.pyc differ diff --git a/requairements.txt b/requairements.txt index 9ff3367..da6a74d 100644 --- a/requairements.txt +++ b/requairements.txt @@ -1,10 +1,3 @@ -time -logging - aiogram -from aiogram import Bot, Dispatcher, executor, types -from aiogram.types import ReplyKeyboardRemove, ReplyKeyboardMarkup, KeyboardButton -from sqlalchemy import create_engine, MetaData, Table, Integer, String, \ - Column, DateTime, ForeignKey, Numeric -from sqlalchemy.ext.declarative import declarative_base -from sqlalchemy.orm import sessionmaker +sqdb +sqlalchemy