Skip to content

Commit 645e9d9

Browse files
committed
replace op
1 parent b06379f commit 645e9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def main():
1515
my_interface = interface(ns="clab-vlan", name="my-interface")
1616

1717
eda = EDAClient(base_url="https://devbox.panda-cobra.ts.net")
18-
# eda.add_to_transaction_delete(my_banner)
18+
eda.add_to_transaction_replace(my_banner)
1919
eda.add_to_transaction_replace(my_interface)
2020
_ = eda.commit_transaction()
2121

0 commit comments

Comments
 (0)