Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. for LocGroup in LocationGroup:
  2. BatchString = 'tabcmd get "' + View + Dashboard + SnapType + SnapSize + '&Year=' + Year + '&Month=' + Month + '&Location%20Group=' + LocGroup.replace(' ','%20') + '" -f "' + SnapFolder + '\' + Year + '_' + Month + '_' + LocGroup + SnapType + '"n'
  3. print(BatchString)
  4. GetSnaps(BatchString)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement