ejschwartz commited on
Commit
777a3cd
·
1 Parent(s): 70ebd4a
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -45,7 +45,7 @@ def compile(source):
45
 
46
  def predict(target, source):
47
  bytes = compile(source)
48
- return hexprint(bytes), 1.0
49
 
50
 
51
  def run():
 
45
 
46
  def predict(target, source):
47
  bytes = compile(source)
48
+ return hexdump(bytes), 1.0
49
 
50
 
51
  def run():