Fynn Würtz

Results 2 issues of Fynn Würtz

**Describe the bug** I cannot set my own Server URL in the Traccar Manager App **To Reproduce** Steps to reproduce the behavior: 1. Install App 2. Hit Start **Expected behavior**...

Hello, i used the example code ```python import argparse import logging from mydlink_api.mydlink import MyDlink if __name__ == "__main__": logger = logging.getLogger(None) logger.setLevel(logging.INFO) parser = argparse.ArgumentParser( description="API to Connect MyDlink...