Skip to content

Commit 49c31b8

Browse files
authored
Update main.py
1 parent 15f3384 commit 49c31b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def main():
127127

128128
# Adjust allocations based on market conditions
129129
market_conditions = 1 # Example market condition
130-
new_allocations = asset _manager.adjust_allocations(current_allocations, market_conditions)
130+
new_allocations = asset_manager.adjust_allocations(current_allocations, market_conditions)
131131

132132
# Implement dynamic pegging
133133
implement_dynamic_pegging(dynamic_pegging, market_conditions)

0 commit comments

Comments
 (0)