fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
root 2022-11-11 06:06:28 -05:00
parent f15fab81a2
commit 1b09c2caef
3 changed files with 3 additions and 9 deletions

View File

@ -19,6 +19,7 @@ steps:
commands: commands:
- cd /usr/share/$DRONE_REPO_NAME - cd /usr/share/$DRONE_REPO_NAME
- git pull - git pull
- chown -R jack:jack .
- name: restart systemd unit - name: restart systemd unit
commands: commands:
- systemctl restart jack_bot - systemctl restart jack_bot

Binary file not shown.

View File

@ -1,10 +1,3 @@
time
logging
aiogram aiogram
from aiogram import Bot, Dispatcher, executor, types sqdb
from aiogram.types import ReplyKeyboardRemove, ReplyKeyboardMarkup, KeyboardButton sqlalchemy
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