Skip to content

Commit

Permalink
Fixed netflix url
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavajay committed Sep 30, 2024
1 parent a8ccb02 commit 8442a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default_apps/netflix/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def publish_page(output_path):

shutil.copy2(output_path, destination_path + "/" + file_name)
print(
f"> Netflix app published to: {client_config.server_url}/datasites/apps/netflix/{client_config.email}"
f"> Netflix app published to: {client_config.server_url}/datasites/{client_config.email}/apps/netflix/"
)
except Exception as e:
import traceback
Expand Down

0 comments on commit 8442a67

Please sign in to comment.