Jake Herbst
|
9b12feea5d
|
Added a flake8 configuration ini file to configure line length.
Configures flake8 to use 128 character lengths for "E501 line too long"
|
2022-05-11 08:16:21 -04:00 |
|
Jake Herbst
|
d5866f2b52
|
Removing unused variable HUMAN_FLAG from privacy_server.py
Flake8 error was:
F841 local variable 'HUMAN_FLAG' is assigned to but never used
|
2022-05-11 08:12:55 -04:00 |
|
Jake Herbst
|
6a6826c59e
|
Correcting additional flake8 failures on privacy_server.py
Corrected:
E712 comparison to True should be 'if cond is True:' or 'if cond:'
E265 block comment should start with '# '
|
2022-05-11 08:11:55 -04:00 |
|
Jake Herbst
|
a7e4ef3777
|
Removing unused imports in privacy_server.py to satisfy flake8 linting
|
2022-05-11 08:07:51 -04:00 |
|
Jake Herbst
|
5f5c320e61
|
Updating script/privacy_server.py to satisfy pep8 style guide
Used 'autopep8 --in-place --aggressive scripts/privacy_server.py' as initial style fixes.
|
2022-05-11 08:05:54 -04:00 |
|
Patrick McGuire
|
405ffbcafc
|
Update privacy_server.py
|
2022-04-13 08:26:51 -04:00 |
|
Patrick McGuire
|
03dc0b7036
|
Update privacy_server.py
|
2022-04-12 11:05:37 -04:00 |
|
mcguirepr89
|
f69f04d19d
|
changes that remove the default pi user
|
2022-04-11 17:29:00 -04:00 |
|
mcguirepr89
|
023b68f386
|
making changes to accomodate removing the pi user
|
2022-04-11 10:16:54 -04:00 |
|
mcguirepr89
|
b9e52aa8a7
|
adding privacy_mode settings
|
2022-04-09 14:34:06 -04:00 |
|