Archived
1
0
Fork 0
This commit is contained in:
yzhh 2021-11-17 07:08:09 +08:00 committed by GitHub
parent 9d63fda719
commit e0dda4dd08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,7 +211,7 @@ class FetchTarget(FT):
guild_list.append(f"{str(g['guild_id'])}|{str(channel['channel_id'])}") guild_list.append(f"{str(g['guild_id'])}|{str(channel['channel_id'])}")
for x in get_target_id: for x in get_target_id:
fetch = await FetchTarget.fetch_target(x) fetch = await FetchTarget.fetch_target(x)
Logger.info(fetch.__dict__) Logger.info(fetch)
if fetch: if fetch:
if fetch.target.targetFrom == 'QQ|Group': if fetch.target.targetFrom == 'QQ|Group':
if fetch.session.target not in group_list: if fetch.session.target not in group_list: