Skip to content

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Sep 15, 2023
1 parent f0a6efb commit e3ccfc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_nonememe/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import random
from typing import List, NoReturn

from nonebot import on_command, logger
from nonebot import logger, on_command
from nonebot.adapters import Message
from nonebot.internal.adapter import Event
from nonebot.matcher import Matcher
Expand Down
2 changes: 1 addition & 1 deletion nonebot_plugin_nonememe/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ConfigModel(BaseModel):
"https://raw.githubusercontent.com/NoneMeme/NoneMeme/main"
)

nonememe_update_cron: CronDict = {"hour": 1}
nonememe_update_cron: CronDict = {"hour": "*/1"}
nonememe_search_limit: int = 5


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nonebot-plugin-nonememe"
version = "0.2.0.post2"
version = "0.2.0.post3"
description = "The daily life of the NoneBot group members"
authors = [{ name = "student_2333", email = "lgc2333@126.com" }]
dependencies = [
Expand Down

0 comments on commit e3ccfc2

Please sign in to comment.