Skip to content

Commit

Permalink
Update to fix error caused by import datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
gerard33 authored Aug 19, 2018
1 parent 5768fd1 commit fa8e097
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions braviapsk/sony_bravia_psk.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
* Use Pre-shared key (PSK) instead of connecting with a pin and the use of a cookie
* Added function to calculate the media position
"""
import logging
import base64
import collections
import datetime
import json
import logging
import socket
import struct
from datetime import datetime
import time
import sys
import time

import requests

Expand Down

0 comments on commit fa8e097

Please sign in to comment.