Skip to content

Commit

Permalink
Fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Feb 15, 2021
1 parent 6b6280d commit 5d14e99
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ from yaasr.recorder.stream import YStream
from yaasr.processors.audio.reduce import reformat
from yaasr.processors.archive.google_drive import upload_to_google_cloud_storage

# os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "google-cloud-storage-credential.json"
ys = YStream('radio-universidad-cordoba-argentina')
ys.load()

Expand Down
2 changes: 1 addition & 1 deletion yaasr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os


__VERSION__ = '0.3.4'
__VERSION__ = '0.3.5'
BASE_FOLDER = os.path.dirname(__file__)
STREAMS_FOLDER = os.path.join(BASE_FOLDER, "streams")

Expand Down
Empty file.
3 changes: 2 additions & 1 deletion yaasr/processors/archive/google_drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@


logger = logging.getLogger(__name__)
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "yaasr/settings/google-cloud-storage-credential.json"
# Ensure load google credentials
# os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "yaasr/settings/google-cloud-storage-credential.json"


def upload_to_google_cloud_storage(stream_path,
Expand Down
Empty file.
Empty file added yaasr/recorder/__init__.py
Empty file.

0 comments on commit 5d14e99

Please sign in to comment.