This commit is contained in:
2019-03-04 02:26:51 +03:00
parent 4d9a2344d9
commit c5d7d1b3ed
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -13,4 +13,5 @@ if __name__ == '__main__':
for uid in uids.split():
conn.root.subscribers[uid] = Subscriber.from_chat(bot.get_chat(uid))
commit()
conn.close()
print('Users have been successfully imported')