Skip to content

Commit 45aae73

Browse files
Updated link
1 parent 5f3c279 commit 45aae73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@api.route('/solar', methods=['GET'])
99
@cross_origin()
1010
def get_solar():
11-
website = requests.get(url='yourfroniusip/solar_api/v1/GetPowerFlowRealtimeData.fcgi')
11+
website = requests.get(url='http://yourfroniusip/solar_api/v1/GetPowerFlowRealtimeData.fcgi')
1212
return website.json()
1313

1414

0 commit comments

Comments
 (0)