diff options
| author | Scott <[email protected]> | 2022-01-26 21:50:11 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-26 21:50:11 -0800 |
| commit | 435701f95aed73615a192c1e35c99df679817105 (patch) | |
| tree | d0db8962c88e941fbf4b6cd9b3d0225584ac564c /arper.py | |
| parent | bddea36b81ea326fccfa27ef0bae2a80ba1041fd (diff) | |
Another formatter test, whee...
Diffstat (limited to 'arper.py')
| -rw-r--r-- | arper.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -3,8 +3,6 @@ """A caching layer around the kernel's network mapping between IPs and MACs""" - - import datetime import logging import os @@ -25,7 +23,8 @@ import site_config logger = logging.getLogger(__name__) cfg = config.add_commandline_args( - f'MAC <--> IP Address mapping table cache ({__file__})', 'Commandline args related to MAC <--> IP Address mapping', + f'MAC <--> IP Address mapping table cache ({__file__})', + 'Commandline args related to MAC <--> IP Address mapping', ) cfg.add_argument( '--arper_cache_location', |
