Correcties ddoperapi --> ddOperApi
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import logging
|
||||
from ddoperapi import ddOperApi
|
||||
from ddOperApi import ddOperApi
|
||||
from pprint import pprint
|
||||
|
||||
def locations(rws):
|
||||
@@ -35,9 +35,9 @@ def waterlevelHoekvanHolland(rws):
|
||||
def main():
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
rws = ddOperApi("<TODO>.crt", "<TODO>.key")
|
||||
#locations(rws)
|
||||
#quantities(rws)
|
||||
#quantitiesHoekvanHolland(rws)
|
||||
locations(rws)
|
||||
quantities(rws)
|
||||
quantitiesHoekvanHolland(rws)
|
||||
waterlevelHoekvanHolland(rws)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Reference in New Issue
Block a user