mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
little changes
This commit is contained in:
parent
613efcf63c
commit
b87d98fc7d
|
|
@ -283,7 +283,7 @@
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
### Other possible wildcards:
|
### Other possible wildcards:
|
||||||
- {BR} - Line break (\r\n)
|
- {BR} - Line break (\\r\\n)
|
||||||
- {LPAR} - Left parenthesis (
|
- {LPAR} - Left parenthesis (
|
||||||
- {RPAR} - Right parenthesis )
|
- {RPAR} - Right parenthesis )
|
||||||
- {TIME} - Actual timestamp
|
- {TIME} - Actual timestamp
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,7 @@ logging.debug("- %s loaded", __name__)
|
||||||
|
|
||||||
|
|
||||||
class Descriptor:
|
class Descriptor:
|
||||||
"""!CSV Descriptor class to load specific
|
"""!CSV Descriptor class to load specific descriptions from CSV files, manage and serve them"""
|
||||||
descriptions from CSV files, manage and serve them"""
|
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
"""!Initialise a private list for the DescriptionList objects"""
|
"""!Initialise a private list for the DescriptionList objects"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue