advdbg 0.3.4__tar.gz → 0.3.5__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: advdbg
3
- Version: 0.3.4
3
+ Version: 0.3.5
4
4
  Summary: Minimalist colorful debug logger
5
5
  Author-email: Darkey <weplayok3@gmail.com>, WinFun <placeholder@gmail.com>
6
6
  License: MIT
@@ -48,9 +48,9 @@ dbgVar.cfg(title='REQUEST')
48
48
  BEFORE: title of your debug
49
49
  AFTER: REQUEST
50
50
 
51
- ## Change Log: v0.3.4
51
+ ## Change Log: v0.3.5
52
52
 
53
- - Hotfix of 0.3.3
53
+ - Hotfix of 0.3.4
54
54
 
55
55
  ## Requirements
56
56
 
@@ -33,9 +33,9 @@ dbgVar.cfg(title='REQUEST')
33
33
  BEFORE: title of your debug
34
34
  AFTER: REQUEST
35
35
 
36
- ## Change Log: v0.3.4
36
+ ## Change Log: v0.3.5
37
37
 
38
- - Hotfix of 0.3.3
38
+ - Hotfix of 0.3.4
39
39
 
40
40
  ## Requirements
41
41
 
@@ -5,10 +5,10 @@ Licensed with MIT
5
5
  So big update.
6
6
 
7
7
  Change Logs:
8
- - Hot-fix 0.3.3
8
+ - Hot-fix 0.3.4
9
9
  '''
10
10
 
11
- __version__ = '0.3.4'
11
+ __version__ = '0.3.5'
12
12
 
13
13
  from .core import AdvDBG
14
14
 
@@ -131,7 +131,7 @@ class AdvDBG:
131
131
  def process_item(item):
132
132
  item_type = item.get('type', 'info')
133
133
  item_id = item.get('id', 'N/A')
134
- msg = item.get('message', 'No Text')
134
+ message = item.get('message', 'No Text')
135
135
  title = item.get('title', 'No Title')
136
136
 
137
137
  dbg = AdvDBG.define(title)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: advdbg
3
- Version: 0.3.4
3
+ Version: 0.3.5
4
4
  Summary: Minimalist colorful debug logger
5
5
  Author-email: Darkey <weplayok3@gmail.com>, WinFun <placeholder@gmail.com>
6
6
  License: MIT
@@ -48,9 +48,9 @@ dbgVar.cfg(title='REQUEST')
48
48
  BEFORE: title of your debug
49
49
  AFTER: REQUEST
50
50
 
51
- ## Change Log: v0.3.4
51
+ ## Change Log: v0.3.5
52
52
 
53
- - Hotfix of 0.3.3
53
+ - Hotfix of 0.3.4
54
54
 
55
55
  ## Requirements
56
56
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "advdbg"
7
- version = "0.3.4"
7
+ version = "0.3.5"
8
8
  authors = [
9
9
  {name = "Darkey", email = "weplayok3@gmail.com"}, {name = "WinFun", email = "placeholder@gmail.com"}
10
10
  ]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes