Commit Graph

40 Commits

Author SHA1 Message Date
mcguirepr89 b2908bab4d no need to print this anymore 2022-05-28 09:57:26 -04:00
Jake Herbst 605066ae76 Adding socket option to server socket to bind to port in use to make restarts faster and more consistent 2022-05-25 21:16:40 -04:00
Jake Herbst 7761f83988 Linting scripts/server.py 2022-05-24 12:36:27 -04:00
mcguirepr89 177f2b0186 new species notify working now 2022-05-24 10:20:25 -04:00
mcguirepr89 cdbadbb45c starting this to get some help 2022-05-23 18:41:16 -04:00
mcguirepr89 8b8688d3d2 these are the changes from small_tweaks 2022-05-17 15:36:18 -04:00
Patrick McGuire 528802a0e6 Revert "Adding Flake8 Github Action for Python Linting " 2022-05-11 09:05:59 -04:00
Jake Herbst 264380a37f Fixing flake8 errors in script/server.py
F401 'argparse' imported but unused
F821 undefined name 'os'
F821 undefined name 'socket'
F821 undefined name 'threading'
E712 comparison to True should be 'if cond is True:' or 'if cond:'
2022-05-11 08:52:01 -04:00
Jake Herbst 2dd2b40ca5 Updating script/server.py to correct pep8 violations
Used 'autopep8 --in-place --aggressive scripts/server.py' as initial style fixes.
2022-05-11 08:48:37 -04:00
Jake Herbst 0db7c12ac4 Merge branch 'main' into python-lint 2022-05-11 08:47:40 -04:00
Jake Herbst 5020f4dd06 Correcting additional flake8 failures on server.py
Corrected:
F401 imported but unused
E265 block comment should start with '# '
E501 line too long
2022-05-11 08:37:02 -04:00
Jake Herbst 4211eb19c6 Updating script/server.py to correct pep8 violations
Used 'autopep8 --in-place --aggressive scripts/server.py' as initial style fixes.
2022-05-11 08:32:21 -04:00
ehpersonal38 68c8c20996 Update server.py 2022-05-10 17:10:41 -04:00
ehpersonal38 a6a8c3b46f Update server.py
Co-Authored-By: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com>
2022-05-10 13:13:02 -04:00
Patrick McGuire 062f720add Merge branch 'main' into notifications 2022-05-09 16:03:34 -04:00
Patrick McGuire f12b81a40d Update server.py 2022-05-09 12:54:12 -04:00
CaiusX 45bcf1b977 Updated server.py removing excessive printing of testing garbage 2022-05-09 10:37:32 +02:00
CaiusX 4bfaf2b0d4 server.py with Privacy Threshold 2022-05-08 16:55:10 +02:00
ehpersonal38 799e8ce7f9 Update server.py 2022-05-08 09:47:07 -04:00
ehpersonal38 4e1cea0187 last touches 2022-05-08 09:32:24 -04:00
ehpersonal38 98de55bf4e adding more customization 2022-05-08 08:55:39 -04:00
ehpersonal38 185e17de9e adding notifications for each detection 2022-05-08 08:29:30 -04:00
mcguirepr89 05d8b26fe6 attempts to write to database thrice before moving on 2022-04-19 14:42:14 -04:00
mcguirepr89 701e8d0831 addressing the database lock breaking the service 2022-04-19 13:06:32 -04:00
Patrick McGuire 1152f0ad48 Update server.py 2022-04-12 11:05:56 -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 579d3b1e26 I like this so far 2022-02-26 14:49:57 -05:00
mcguirepr89 744ccc49a2 best version so far 2022-02-25 11:59:39 -05:00
mcguirepr89 10090f9411 saving changes 2022-02-24 13:27:08 -05:00
mcguirepr89 286aa095f9 time to test installation 2022-02-21 16:33:01 -05:00
mcguirepr89 857fd981a9 rewritten php and some python for SQLITE 2022-02-19 13:09:32 -05:00
mcguirepr89 a0722fbf0f more testing 2022-02-18 12:47:17 -05:00
Patrick McGuire 95823a67ca Rename server-lite.py to server.py 2022-02-17 16:56:04 -05:00
Patrick McGuire 7dda145f25 Delete server.py 2022-02-17 16:55:20 -05:00
mcguirepr89 64295bece0 fixing restart_services 2022-02-16 07:19:26 -05:00
mcguirepr89 84dad4d83d server.py checks for available bind address instead of
failing
2022-02-12 12:48:16 -05:00
CaiusX de31dcd608 Updated server.py to pull DB_PWD from thisrun. 2022-02-07 11:57:36 +02:00
CaiusX 35aca795de Updated server.py removing direct reference to DB_PWD 2022-02-07 09:37:45 +02:00
mcguirepr89 080b1daf6a adding new server socket and analysis -- preparing
for test installation
2022-02-05 11:26:40 -05:00