Skip to content

Commit

Permalink
update: rtlibのリポジトリ名変更に伴う更新。
Browse files Browse the repository at this point in the history
  • Loading branch information
tasuren committed Mar 1, 2023
1 parent 3cc0ea3 commit 3d8fa86
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "rtlib"]
path = rtlib
url = https://github.com/rext-dev/rt-lib
[submodule "core/rextlib"]
path = core/rextlib
url = https://github.com/rext-dev/lib.py
[submodule "common"]
path = common
url = https://github.com/rext-dev/rt-common
1 change: 1 addition & 0 deletions common
Submodule common added at 414f23
2 changes: 1 addition & 1 deletion core/rextlib
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from core.rextlib.common.chiper import ChiperManager
from core.rextlib.common.log import set_stream_handler

from rtlib.common.log import set_output_handler
from rtlib.common.backend import IPCS_SERVER_ID, is_bot
from common.lib.log import set_output_handler
from common.lib.backend import IPCS_SERVER_ID, is_bot


set_stream_handler(logger)
Expand Down
1 change: 0 additions & 1 deletion rtlib
Submodule rtlib deleted from aeb489

0 comments on commit 3d8fa86

Please sign in to comment.