mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
@@ -120,7 +120,7 @@ def main():
|
|||||||
File = PurePath(str(usr) + '/Wallet')
|
File = PurePath(str(usr) + '/Wallet')
|
||||||
Path_ = str(PurePath(str(usr)))
|
Path_ = str(PurePath(str(usr)))
|
||||||
|
|
||||||
# If the Wallet's folder doesn't exist, continue on
|
# If the Wallet's folder already exists, continue on
|
||||||
if os.path.exists(File):
|
if os.path.exists(File):
|
||||||
while True:
|
while True:
|
||||||
ask = int(input("\n 1. Transact XRP"
|
ask = int(input("\n 1. Transact XRP"
|
||||||
|
|||||||
Reference in New Issue
Block a user