OneBotConnecter 0.3.11__tar.gz → 0.3.12__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: OneBotConnecter
3
- Version: 0.3.11
3
+ Version: 0.3.12
4
4
  Summary: 基于websocket(服务器正向)连接的onebot11通用python接口
5
5
  Author-email: Sugar51243 <1733682365@qq.com>
6
6
  License: MIT License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "OneBotConnecter"
7
- version = "0.3.11"
7
+ version = "0.3.12"
8
8
  authors = [
9
9
  { name="Sugar51243", email="1733682365@qq.com" },
10
10
  ]
@@ -15,6 +15,7 @@ def print(data: str = "", needPrint = True):
15
15
  global loger_time
16
16
  if today != loger_time:
17
17
  loger_time = time.strftime("%Y-%m-%d", time.localtime())
18
+ current_time = time.strftime("%Y-%m-%d_%H_%M_%S", time.localtime())
18
19
  #后台打印
19
20
  if needPrint: __builtin__.print(data)
20
21
  #文件写入
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: OneBotConnecter
3
- Version: 0.3.11
3
+ Version: 0.3.12
4
4
  Summary: 基于websocket(服务器正向)连接的onebot11通用python接口
5
5
  Author-email: Sugar51243 <1733682365@qq.com>
6
6
  License: MIT License