forked from Pavel_Durov/python_bot
fixed
This commit is contained in:
parent
f15fab81a2
commit
1b09c2caef
@ -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
|
||||||
|
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
|
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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user