This commit is contained in:
parent
f15fab81a2
commit
1b09c2caef
@ -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
|
||||
|
BIN
__pycache__/sqdb.cpython-39.pyc
Normal file
BIN
__pycache__/sqdb.cpython-39.pyc
Normal file
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user