Skip to content

Commit

Permalink
Fix overzealous find/replace for line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mDuo13 committed Oct 16, 2023
1 parent 838225f commit 7f0e954
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ if ((lsfDisableMaster & acct_flags) === lsfDisableMaster) {

```python
# Assuming the JSON-RPC response above is parsed from JSON

# and saved as the variable account_info_response
lsfDisableMaster = 0x00100000
acct_flags = account_info_response["result"]["account_data"]["Flags"]
Expand Down
1 change: 0 additions & 1 deletion content/tutorials/quickstart/py-transfer-nfts.md
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,5 @@ btn_op_cancel_offer = tk.Button(master=frm_form, text="Cancel Offer",
btn_op_cancel_offer.grid(row=16, column=3, sticky="nsew")

# Start the application

window.mainloop()
```
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ release_date_utc = datetime.datetime(2017,11,13,0,0,0,tzinfo=datetime.timezone.u
release_date_ripple = int(release_date_utc.timestamp()) - 946684800
print(release_date_ripple)
# 563846400
```
#}-->
Expand Down
2 changes: 1 addition & 1 deletion tool/filter_make_indexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ def filter_soup(soup, currentpage={}, config={}, pages=[], logger=None, **kwargs
#print(fcontents)
#print("\n\n\n")

exit()
exit()

0 comments on commit 7f0e954

Please sign in to comment.