Browse Source

Using python3 by default in OTA manager

pull/2046/head
Xose Pérez 4 years ago
parent
commit
c271ba666e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/ota.py

+ 1
- 1
code/ota.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# coding=utf-8
# -------------------------------------------------------------------------------
# ESPurna OTA manager


Loading…
Cancel
Save