update function now getting share data from json and updating on all shares

This commit is contained in:
Florian Kellermann
2022-03-16 17:42:46 +01:00
parent 536bdf3bd6
commit e4423a76b7
4 changed files with 59 additions and 51 deletions

View File

@@ -0,0 +1,7 @@
"""
script for communicating with webservice to get data from database
"""
__author__ = "Florian Kellermann, Linus Eickhoff"
__date__ = "16.03.2022"
__version__ = "0.0.1"
__license__ = "None"