Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. ( '("[Event ""?""]n[Site ""?""]n[Date ""????.??.??""]n[Round ""?""]n[White ""?""]n[Black ""?""]n[Result ""*""]nn*",351817698172207105,351817698172207105,t)' ,)
  2.  
  3. (...)
  4. File "/home/synophride/projets/discord_bot/bot/commandes_echecs.py", line 568, in move_bd
  5. (game_pgn, id_blanc, id_noir, joueur_jouant) = make_tuple(str_tuple)
  6. File "/usr/lib/python3.6/ast.py", line 85, in literal_eval
  7. return _convert(node_or_string)
  8. File "/usr/lib/python3.6/ast.py", line 59, in _convert
  9. return tuple(map(_convert, node.elts))
  10. File "/usr/lib/python3.6/ast.py", line 84, in _convert
  11. raise ValueError('malformed node or string: ' + repr(node))
  12. ValueError: malformed node or string: <_ast.Name object at 0x7fe1956f5978>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement