mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 06:01:15 +02:00
2021-12-04 Fred Gleason <fredg@paravelsystems.com>
* Fixed multiple typos in the inline documentation for the 'rivwebpyapi' API. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -58,13 +58,13 @@ if((not url)or(not username)):
|
||||
sys.exit(1)
|
||||
|
||||
#
|
||||
# Get the cart list
|
||||
# Get the cut list
|
||||
#
|
||||
webapi=rivwebpyapi.rivwebpyapi(url=url,username=username,password=password)
|
||||
cuts=webapi.ListCut(cart_number=cart_number,cut_number=cut_number)
|
||||
|
||||
#
|
||||
# Display the cart list
|
||||
# Display the cut list
|
||||
#
|
||||
for cut in cuts:
|
||||
print('cutName: '+str(cut['cutName']))
|
||||
|
Reference in New Issue
Block a user